mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 12:19:58 +01:00
tape test basic setup
This commit is contained in:
@@ -19,8 +19,19 @@ module.exports = function UserInterface(options) {
|
||||
}
|
||||
}
|
||||
|
||||
// method to remove the UI for a given method, and remove the step
|
||||
function remove() {
|
||||
|
||||
}
|
||||
|
||||
// method to reorder steps, and update the UI
|
||||
//function move() {
|
||||
|
||||
//}
|
||||
|
||||
return {
|
||||
create: create
|
||||
create: create,
|
||||
remove: remove
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user