mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 04:10:04 +01:00
Return Value + Unit Test
This commit is contained in:
@@ -115,6 +115,8 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
json_q = formatInput.call(this,args,"r");
|
||||
|
||||
require('./Run')(this, json_q, callback);
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
function loadImages() {
|
||||
|
||||
Reference in New Issue
Block a user