mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 20:30:01 +01:00
Moved the .remove to UserInterface.js
This commit is contained in:
@@ -19,7 +19,9 @@ module.exports = function UserInterface(options) {
|
||||
}
|
||||
|
||||
// method to remove the UI for a given method, and remove the step
|
||||
function remove() {}
|
||||
function remove() {
|
||||
$('div#sequencer-'+options.id).remove();
|
||||
}
|
||||
|
||||
// method to reorder steps, and update the UI
|
||||
//function move() {}
|
||||
|
||||
Reference in New Issue
Block a user