diff options
Diffstat (limited to 'scripts')
| -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) |
