Fix : add a step in the demo

This commit is contained in:
Chinmay Pandhare
2017-03-12 13:38:49 +05:30
parent 18571afab7
commit 7557c9ede8
4 changed files with 85274 additions and 85219 deletions

View File

@@ -42,7 +42,7 @@ module.exports = function ImageSelect(options) {
image = new Image();
image.src = event.target.result;
document.image = image;
el.html(image); // may be redundant
// this is done once per image: