Skip to content

Commit aea6424

Browse files
committed
Minor doc fix
1 parent d92cd4f commit aea6424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/easeljs/display/SpriteSheet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ this.createjs = this.createjs||{};
193193
* You can get around this by setting `crossOrigin` property on your images before passing them to EaselJS, or
194194
* setting the `crossOrigin` property on PreloadJS' LoadQueue or LoadItems.
195195
*
196-
* var image = new Image();
196+
* var img = new Image();
197197
* img.crossOrigin="Anonymous";
198198
* img.src = "http://server-with-CORS-support.com/path/to/image.jpg";
199199
*

0 commit comments

Comments
 (0)