mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Remove unused parameter.
This commit is contained in:
parent
5dfec35dc1
commit
32ed418bdf
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ var PlacedSymbol = this.PlacedSymbol = Item.extend({
|
|||
},
|
||||
|
||||
getBounds: function() {
|
||||
var bounds = this.symbol._definition.getStrokeBounds(this.matrix, true);
|
||||
var bounds = this.symbol._definition.getStrokeBounds(this.matrix);
|
||||
return LinkedRectangle.create(this, 'setBounds',
|
||||
bounds.x, bounds.y, bounds.width, bounds.height);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue