From ab0152ee1c621ce40d4cf0a47f7090e7698953b0 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 11 Nov 2014 01:42:35 +0200 Subject: use non-named module definition --- scripts/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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) -- cgit v1.3.1