mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 04:10:04 +01:00
revert
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user