mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Merge pull request #1518 from sapics/patch-1
Code style fix: replace tabs to spaces
This commit is contained in:
commit
2cda6a3694
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ new function() {
|
||||||
// into account, which will be defined by the time the load
|
// into account, which will be defined by the time the load
|
||||||
// event is called.
|
// event is called.
|
||||||
var center = getPoint(node).add(size.divide(2));
|
var center = getPoint(node).add(size.divide(2));
|
||||||
this._matrix.append(new Matrix().translate(center));
|
this._matrix.append(new Matrix().translate(center));
|
||||||
});
|
});
|
||||||
return raster;
|
return raster;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue