@@ -3402,7 +3402,7 @@
copy: function ( m ) {
- this.elements = m.emements.slice();
+ this.elements = m.elements.slice();
return this;
@@ -3396,7 +3396,7 @@ Matrix4.prototype = {
@@ -75,7 +75,7 @@ Matrix4.prototype = {