Final fixes before new version

This commit is contained in:
jdescottes
2014-07-15 00:31:24 +02:00
parent a43b20e182
commit c1900a07f0
4 changed files with 12 additions and 7 deletions

View File

@@ -8,7 +8,6 @@
this.id = __idCounter++;
this.version = 0;
this.pixels = ns.Frame.createEmptyPixelGrid_(width, height);
this.previousStates = [this.getPixels()];
this.stateIndex = 0;
} else {
throw 'Bad arguments in pskl.model.Frame constructor : ' + width + ', ' + height;