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:
Jeffrey Warren
2018-04-24 17:15:27 -04:00
committed by GitHub
parent 5ac3ef008d
commit 4d75fb9640
20 changed files with 10931 additions and 11698 deletions

View File

@@ -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);