Return Value + Unit Test

This commit is contained in:
Chinmay Pandhare
2017-07-07 01:59:32 +05:30
parent 7539c9e547
commit c3df303b65
5 changed files with 784 additions and 421 deletions

View File

@@ -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() {