mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-14 00:39:57 -04:00
Fix comment
This commit is contained in:
parent
18956805ef
commit
c044b698c6
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ var Raster = Item.extend(/** @lends Raster# */{
|
|||
// - A size (Size) describing the canvas that will be created and an
|
||||
// optional position (Point).
|
||||
// If _initialize can set properties through object literal, we're done.
|
||||
// Otherwise we need to check the type of object: var image,
|
||||
// Otherwise we need to check the type of object:
|
||||
if (!this._initialize(source,
|
||||
position !== undefined && Point.read(arguments))) {
|
||||
var image,
|
||||
|
|
Loading…
Reference in a new issue