mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-14 08:49:50 -04:00
Remove debugging code that lead to slow-down regressions.
This commit is contained in:
parent
e59f076992
commit
0592038b9f
1 changed files with 0 additions and 1 deletions
|
@ -1833,7 +1833,6 @@ function(name) {
|
||||||
var bounds = this._bounds,
|
var bounds = this._bounds,
|
||||||
position = this._position,
|
position = this._position,
|
||||||
children = this._children;
|
children = this._children;
|
||||||
bounds = position = null;
|
|
||||||
// Simply preconcatenate the internal matrix with the passed one:
|
// Simply preconcatenate the internal matrix with the passed one:
|
||||||
this._matrix.preConcatenate(matrix);
|
this._matrix.preConcatenate(matrix);
|
||||||
if (this._transform)
|
if (this._transform)
|
||||||
|
|
Loading…
Reference in a new issue