This commit is contained in:
Chinmay Pandhare
2017-07-07 02:17:11 +05:30
parent 9a17116aff
commit b0a21ffd3e
3 changed files with 0 additions and 27 deletions

View File

@@ -125,13 +125,6 @@ ImageSequencer = function ImageSequencer(options) {
json_q.callback();
}
function replaceImage(image,src) {
this_ = this;
this_.images[image].steps[0].draw(src,function(){
this_.run();
});
}
return {
options: options,
loadImages: loadImages,