mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove trailing comma.
This commit is contained in:
parent
c0ed227cbc
commit
8143144e87
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ var View = Base.extend(Callback, /** @lends View# */{
|
|||
|
||||
viewToProject: function(/* point */) {
|
||||
return this._matrix._inverseTransform(Point.read(arguments));
|
||||
},
|
||||
}
|
||||
|
||||
/**
|
||||
* {@grouptitle Event Handlers}
|
||||
|
|
Loading…
Reference in a new issue