Przeglądaj źródła

Minor tweaks to NESPainter

dev-tmpl
Bryan Miller 6 lat temu
rodzic
commit
2db6070556
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      app/js/NESPainter.js

+ 1
- 1
app/js/NESPainter.js Wyświetl plik

@@ -8,7 +8,7 @@ export class NESPainter {

if (!canvas)
throw new Error("Expected a canvas element.");
this.__canvas = canvas
this.__canvas = canvas;
this.__context = this.__canvas.getContext("2d");
if (!this.__context)
throw new Error("Failed to obtain canvas context.");

Ładowanie…
Anuluj
Zapisz