mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Fix spelling mistake.
This commit is contained in:
parent
e93b3d5c97
commit
0463fcc9ca
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
* @class The View object wraps a canvas element and handles drawing and user
|
* @class The View object wraps a canvas element and handles drawing and user
|
||||||
* interaction through mouse and keyboard for it. It offer means to scroll the
|
* interaction through mouse and keyboard for it. It offer means to scroll the
|
||||||
* view, find the currently visible bounds in project coordinates, or the
|
* view, find the currently visible bounds in project coordinates, or the
|
||||||
* center, both useful fo constructing artwork that should appear centered on
|
* center, both useful for constructing artwork that should appear centered on
|
||||||
* screen.
|
* screen.
|
||||||
*/
|
*/
|
||||||
var View = this.View = Base.extend(/** @lends View# */{
|
var View = this.View = Base.extend(/** @lends View# */{
|
||||||
|
|
Loading…
Reference in a new issue