Fix comment

This commit is contained in:
Jürg Lehni 2020-02-13 17:06:46 +01:00
parent 18956805ef
commit c044b698c6

View file

@ -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,