mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 11:50:02 +01:00
Infos updated for new title/description format (#221)
* initial work * working with failing test * info modules * compiled * rework of CONTRIBUTING
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
*/
|
||||
module.exports = function CropModule(options,UI) {
|
||||
|
||||
// TODO: we could also set this to {} if nil in AddModule.js to avoid this line:
|
||||
options = options || {};
|
||||
options.title = "Crop Image";
|
||||
|
||||
// Tell the UI that a step has been added
|
||||
UI.onSetup(options.step);
|
||||
|
||||
Reference in New Issue
Block a user