mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 11:50:02 +01:00
fixed replaceImage (#151)
* 1.0.0 * Fixed Replace Image * Added test to check if replaceImage works
This commit is contained in:
committed by
Jeffrey Warren
parent
73e5d14569
commit
3f99e2b44c
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user