diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-11 01:42:35 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 14:30:09 +0200 |
| commit | ab0152ee1c621ce40d4cf0a47f7090e7698953b0 (patch) | |
| tree | fb6358690d5d7d42e67c3c7e4eb0ae9e65a1d195 | |
| parent | 59e74397322c65faa8035964783d2fe36fbb4d33 (diff) | |
use non-named module definition
| -rw-r--r-- | scripts/history.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/history.js b/scripts/history.js index 3e231329..b46dd260 100644 --- a/scripts/history.js +++ b/scripts/history.js @@ -15,7 +15,7 @@ // ReferenceError: __commandLineAPI is not defined //var ActionEnum = Enum(); -define('history', ['jquery', 'FileSaver', 'consts', 'signal'], +define(['jquery', 'FileSaver', 'consts', 'signal'], function($, saveAs, consts, signal) { /* user - username (string) |
