Final changes to removeStep

This commit is contained in:
Chinmay Pandhare
2017-03-15 01:24:43 +05:30
2 changed files with 0 additions and 2 deletions

View File

@@ -184152,7 +184152,6 @@ ImageSequencer = function ImageSequencer(options) {
options.inBrowser = options.inBrowser || typeof window !== 'undefined';
if (options.inBrowser) options.ui = options.ui || require('./UserInterface');
options.sequencer_counter = 0;
options.initialImage = "";
var image,
steps = [],

View File

@@ -6,7 +6,6 @@ ImageSequencer = function ImageSequencer(options) {
options.inBrowser = options.inBrowser || typeof window !== 'undefined';
if (options.inBrowser) options.ui = options.ui || require('./UserInterface');
options.sequencer_counter = 0;
options.initialImage = "";
var image,
steps = [],