mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Add tests for notify() (#686)
* Added HTML-UI test * Added test for notify() * Updated Readme's
This commit is contained in:
committed by
Jeffrey Warren
parent
413a235594
commit
8fd4efc621
@@ -9,7 +9,7 @@
|
||||
// See documetation for more details.
|
||||
|
||||
function DefaultHtmlStepUi(_sequencer, options) {
|
||||
|
||||
|
||||
options = options || {};
|
||||
var stepsEl = options.stepsEl || document.querySelector("#steps");
|
||||
var selectStepSel = options.selectStepSel = options.selectStepSel || "#selectStep";
|
||||
@@ -295,3 +295,9 @@ function DefaultHtmlStepUi(_sequencer, options) {
|
||||
notify: notify
|
||||
}
|
||||
}
|
||||
|
||||
if(typeof window === "undefined"){
|
||||
module.exports={
|
||||
DefaultHtmlStepUi: DefaultHtmlStepUi
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user