fixed replaceImage (#151)

* 1.0.0

* Fixed Replace Image

* Added test to check if replaceImage works
This commit is contained in:
Chinmay Pandhare
2017-10-27 00:05:23 +05:30
committed by Jeffrey Warren
parent 73e5d14569
commit 3f99e2b44c
5 changed files with 2075 additions and 1642 deletions

View File

@@ -169,7 +169,8 @@ ImageSequencer = function ImageSequencer(options) {
function replaceImage(selector,steps,options) {
options = options || {};
return require('./ReplaceImage')(this,selector,steps);
options.callback = options.callback || function() {};
return require('./ReplaceImage')(this,selector,steps,options);
}
function setUI(UI) {