Changes between Version 1 and Version 2 of FACT++/JavaScript
- Timestamp:
- 06/19/19 15:45:30 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FACT++/JavaScript
v1 v2 18 18 Our scripts should use the so called strict-mode which forbids a few common mistakes. A reasonably good documentation of it can be found here https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Functions_and_function_scope/Strict_mode. 19 19 20 **A full reference to the additional !JavaScript elements is available [https://www.fact-project.org/dimctrl here].**20 **A full reference to the additional !JavaScript elements of our *dimctrl* is available [https://www.fact-project.org/dimctrl here].** 21 21 22 22 The following will contain an example script and some explanations.