From 3f876548ba2b0741b0f412801bee05c90529a93d Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 9 Oct 2014 00:44:16 -0400 Subject: [PATCH] linting I also want to lint the rest of this file but I have no idea what will explode and it's almost 1AM. Next time ;) --- public/src/admin/general/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/admin/general/dashboard.js b/public/src/admin/general/dashboard.js index f1e9c02267..f23e5591f9 100644 --- a/public/src/admin/general/dashboard.js +++ b/public/src/admin/general/dashboard.js @@ -1,5 +1,5 @@ "use strict"; -/*global define, ajaxify, app, socket, RELATIVE_PATH*/ +/*global define, ajaxify, app, socket, bootbox, Chart, RELATIVE_PATH*/ define('admin/general/dashboard', ['semver'], function(semver) { var Admin = {},