diff --git a/all.html b/all.html
new file mode 100644
index 00000000..85471c58
--- /dev/null
+++ b/all.html
@@ -0,0 +1,39 @@
+
+
+
+ All piskels
+
+
+
+
+
\ No newline at end of file
diff --git a/js/model/Frame.js b/js/model/Frame.js
index d6c71ee3..f1624db0 100644
--- a/js/model/Frame.js
+++ b/js/model/Frame.js
@@ -2,7 +2,7 @@
var ns = $.namespace("pskl.model");
ns.Frame = function (pixels) {
- this.pixels = this.clonePixels_(pixels);
+ this.pixels = pixels;
this.previousStates = [this.getPixels()];
this.stateIndex = 0;
};