diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-11 01:44:10 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 14:30:09 +0200 |
| commit | 067af14c0f9920f2cd5af7c409aee6ac3f8cba14 (patch) | |
| tree | b8a5f13aab9261c09e6edab75bdf3e894c7fc14a /scripts/consts.js | |
| parent | 14d62b712cefd8584c343a32f404201af1696122 (diff) | |
use non-named module definition
Diffstat (limited to 'scripts/consts.js')
| -rw-r--r-- | scripts/consts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/consts.js b/scripts/consts.js index d1e3dca4..0c2af53b 100644 --- a/scripts/consts.js +++ b/scripts/consts.js @@ -1,4 +1,4 @@ -define('consts', function() { +define(function() { // TODO: enums, sometime return { APPLIED_GRAPH_DIFF: 'graph_diff', |
