We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92cd4f commit aea6424Copy full SHA for aea6424
src/easeljs/display/SpriteSheet.js
@@ -193,7 +193,7 @@ this.createjs = this.createjs||{};
193
* You can get around this by setting `crossOrigin` property on your images before passing them to EaselJS, or
194
* setting the `crossOrigin` property on PreloadJS' LoadQueue or LoadItems.
195
*
196
- * var image = new Image();
+ * var img = new Image();
197
* img.crossOrigin="Anonymous";
198
* img.src = "http://server-with-CORS-support.com/path/to/image.jpg";
199
0 commit comments