options accessible via step, implemented options in demo

This commit is contained in:
Chinmay Pandhare
2017-08-15 14:27:38 +05:30
parent 963129d513
commit 782e60269e
7 changed files with 79 additions and 30 deletions

View File

@@ -14,7 +14,8 @@ function AddStep(ref, image, name, o) {
ID: o.number,
imageName: o.image,
inBrowser: ref.options.inBrowser,
ui: ref.options.ui
ui: ref.options.ui,
options: o
};
var UI = ref.events;
var module = ref.modules[name][0](o,UI);