diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-29 19:43:48 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-29 19:43:48 +0200 |
| commit | 9405d56f6e307246c56fc3f9b11e3244f0021a6d (patch) | |
| tree | aa10324dcbff7346e259500f798628034016eb10 /src | |
| parent | 84eb96353b98043206659c38b22ea89c6a045784 (diff) | |
consts: add use strict
Diffstat (limited to 'src')
| -rw-r--r-- | src/consts.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consts.js b/src/consts.js index 9c833b9a..27460033 100644 --- a/src/consts.js +++ b/src/consts.js @@ -1,3 +1,5 @@ +"use strict" + define(function() { // TODO: enums, sometime return { |
