Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lannymcnie committed Nov 8, 2017
1 parent d92cd4f commit aea6424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/easeljs/display/SpriteSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ this.createjs = this.createjs||{};
* You can get around this by setting `crossOrigin` property on your images before passing them to EaselJS, or
* setting the `crossOrigin` property on PreloadJS' LoadQueue or LoadItems.
*
* var image = new Image();
* var img = new Image();
* img.crossOrigin="Anonymous";
* img.src = "http://server-with-CORS-support.com/path/to/image.jpg";
*
Expand Down

0 comments on commit aea6424

Please sign in to comment.