Skip to content

Commit

Permalink
clean up example
Browse files Browse the repository at this point in the history
  • Loading branch information
rendro committed Mar 5, 2017
1 parent e014f83 commit 6b7aaa1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// vintagejs = vintagejs.default;

const loadImage = src => new Promise((resolve, reject) => {
const img = new Image();
img.onload = () => resolve(img);
Expand Down

0 comments on commit 6b7aaa1

Please sign in to comment.