-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Firefox complains about functions declarations in strict mode
Error message:
"SyntaxError: in strict mode code, functions may be declared only at top level or immediately within another function"
And points to "camunda-bpm-webapp/ui/tasklist/client/scripts/form/directives/cam-tasklist-form.js" on line 151 (a function declaration which is in a "if" statement)
This is the controller panel for Smart Panels app
- is related to
-
CAM-5803 Add jshint task to grunt
- Closed