From a7d49bd6566394a3b8179b51de06603cffccaee8 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sat, 25 Feb 2017 14:50:35 -0500 Subject: [PATCH] Make JSHint ignore app.js --- dist/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/js/app.js b/dist/js/app.js index f0e1ea8b5..73eed3c6e 100644 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -10,7 +10,8 @@ * @version 2.3.8 * @license MIT */ - +/* jshint ignore:start */ +// jscs:disable //Make sure jQuery has been loaded before app.js if (typeof jQuery === "undefined") { throw new Error("AdminLTE requires jQuery");