Skip to content

Commit

Permalink
Fixes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmd authored Mar 15, 2019
1 parent 7aae4ea commit 24f4628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ macyInstance.reInit();

This would console log when all images are loaded.
```javascript
macyInstance.on(macyInstance.constants.EVENT_IMAGE_COMPLETE. function (ctx) {
macyInstance.on(macyInstance.constants.EVENT_IMAGE_COMPLETE, function (ctx) {
console.log('all images have loaded');
});
```
Expand Down

0 comments on commit 24f4628

Please sign in to comment.