From 6f4a337517259f44901ee4e3317aa12a0fe29c83 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Mon, 16 May 2016 22:42:41 +0900 Subject: [PATCH] Fix jshint warning in dashboard_counter.js --- modules/admin/tpl/js/dashboard_counter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin/tpl/js/dashboard_counter.js b/modules/admin/tpl/js/dashboard_counter.js index 60eab1aa0..44180aaee 100644 --- a/modules/admin/tpl/js/dashboard_counter.js +++ b/modules/admin/tpl/js/dashboard_counter.js @@ -77,4 +77,4 @@ function drawChart(sContainerId, sTitle, aLastWeek, aThisWeek) } } }); -}; \ No newline at end of file +}