Skip to content

Commit

Permalink
Merge pull request #52 from adobe-webplatform/matrix-clean
Browse files Browse the repository at this point in the history
Remove useless 'size' property from matrix
  • Loading branch information
dirkschulze committed Mar 9, 2015
2 parents 1941bc5 + 1ebae4a commit 5cf1958
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
this[i][i] = 1;
}
}
this.size = 4;

this.identity = function () {
var i,
Expand Down
3 changes: 1 addition & 2 deletions tests/data/text-transform-om.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ module.exports = {
0,
0,
1
],
"size": 4
]
},
"transformTX": 247,
"transformTY": 366
Expand Down

0 comments on commit 5cf1958

Please sign in to comment.