mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix typo.
This commit is contained in:
parent
582f8f84fb
commit
5e39e60d51
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ var Raster = this.Raster = Item.extend({
|
|||
|
||||
getBounds: function() {
|
||||
if (!this._bounds)
|
||||
this._bounds = tis._createBounds(this.matrix._transformBounds(
|
||||
this._bounds = this._createBounds(this.matrix._transformBounds(
|
||||
new Rectangle(this._size).setCenter(0, 0)));
|
||||
return this._bounds;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue