mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-19 23:00:15 +01:00
FIX : removed options
This commit is contained in:
2
dist/image-sequencer.js
vendored
2
dist/image-sequencer.js
vendored
@@ -35029,7 +35029,7 @@ function ReplaceImage(ref,selector,steps,options) {
|
|||||||
else make(url);
|
else make(url);
|
||||||
|
|
||||||
function make(url) {
|
function make(url) {
|
||||||
this_.loadImage('default',url).addSteps('default',steps,options).run(function(out){
|
this_.loadImage('default',url).addSteps('default',steps).run(function(out){
|
||||||
the_image.src = out;
|
the_image.src = out;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ function ReplaceImage(ref,selector,steps,options) {
|
|||||||
else make(url);
|
else make(url);
|
||||||
|
|
||||||
function make(url) {
|
function make(url) {
|
||||||
this_.loadImage('default',url).addSteps('default',steps,options).run(function(out){
|
this_.loadImage('default',url).addSteps('default',steps).run(function(out){
|
||||||
the_image.src = out;
|
the_image.src = out;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user