Merging publiclab:master in

This commit is contained in:
Chinmay Pandhare
2017-03-15 08:16:04 +05:30
2 changed files with 5 additions and 3 deletions

View File

@@ -184151,7 +184151,10 @@ ImageSequencer = function ImageSequencer(options) {
options = options || {};
options.inBrowser = options.inBrowser || typeof window !== 'undefined';
if (options.inBrowser) options.ui = options.ui || require('./UserInterface');
<<<<<<< HEAD
options.sequencer_counter = 0;
=======
>>>>>>> master
var image,
steps = [],