Solved Module undefined error (#1104)

* Resolve Module undefined  error

* Lower-case-hyphen module names
This commit is contained in:
aashna27
2019-06-15 23:55:53 +05:30
committed by Jeffrey Warren
parent 70e7876230
commit ec6ce155f5
42 changed files with 42 additions and 42 deletions

View File

@@ -43,7 +43,7 @@ function Invert(options, UI) {
};
}
var info = {
'name': 'Invert',
'name': 'invert',
'description': 'Inverts the image.',
'inputs': {
}