diff options
Diffstat (limited to 'src/ngScenario/Scenario.js')
| -rw-r--r-- | src/ngScenario/Scenario.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ngScenario/Scenario.js b/src/ngScenario/Scenario.js index 4d848f2c..ff5f3470 100644 --- a/src/ngScenario/Scenario.js +++ b/src/ngScenario/Scenario.js @@ -10,6 +10,11 @@ angular.scenario = angular.scenario || {}; /** + * Expose jQuery (e.g. for custom dsl extensions). + */ +angular.scenario.jQuery = _jQuery; + +/** * Defines a new output format. * * @param {string} name the name of the new output format |
