mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 12:19:58 +01:00
Change global variable to document.sequencer_image
This commit is contained in:
@@ -89,7 +89,7 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
image.onload = function() {
|
||||
run(image);
|
||||
if (callback) callback(image);
|
||||
document.image = image;
|
||||
document.sequencer_image = image;
|
||||
}
|
||||
image.src = src;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user