mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove unused parameter.
This commit is contained in:
parent
c8f3f3be27
commit
b0b49d027a
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ var View = this.View = Base.extend(Callback, /** @lends View# */{
|
|||
}
|
||||
},
|
||||
|
||||
_transform: function(matrix, flags) {
|
||||
_transform: function(matrix) {
|
||||
this._matrix.preConcatenate(matrix);
|
||||
// Force recalculation of these values next time they are requested.
|
||||
this._bounds = null;
|
||||
|
|
Loading…
Reference in a new issue