mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-07 17:00:02 +01:00
Compare commits
1 Commits
gh-pages
...
first-time
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
452175e2b6 |
@@ -21,6 +21,7 @@ function InsertStep(ref, index, name, o) {
|
||||
o.number = ref.options.sequencerCounter++; //Gives a Unique ID to each step
|
||||
o.name = o_.name || name || moduleInfo.name;
|
||||
o.description = o_.description || moduleInfo.description;
|
||||
o.moduleInfo = o_.moduleInfo || moduleInfo || moduleInfo;
|
||||
o.selector = o_.selector || 'ismod-' + name;
|
||||
o.container = o_.container || ref.options.selector;
|
||||
o.inBrowser = ref.options.inBrowser;
|
||||
@@ -30,6 +31,7 @@ function InsertStep(ref, index, name, o) {
|
||||
o.step = {
|
||||
name: o.name,
|
||||
description: o.description,
|
||||
moduleInfo: o.moduleInfo,
|
||||
ID: o.number,
|
||||
inBrowser: ref.options.inBrowser,
|
||||
ui: ref.options.ui,
|
||||
|
||||
Reference in New Issue
Block a user