Make JSHint ignore app.js

pull/1498/head
Abdullah Almsaeed 2017-02-25 14:50:35 -05:00
parent f02c61eb0e
commit a7d49bd656
1 changed files with 2 additions and 1 deletions

3
dist/js/app.js vendored
View File

@ -10,7 +10,8 @@
* @version 2.3.8 * @version 2.3.8
* @license MIT <http://opensource.org/licenses/MIT> * @license MIT <http://opensource.org/licenses/MIT>
*/ */
/* jshint ignore:start */
// jscs:disable
//Make sure jQuery has been loaded before app.js //Make sure jQuery has been loaded before app.js
if (typeof jQuery === "undefined") { if (typeof jQuery === "undefined") {
throw new Error("AdminLTE requires jQuery"); throw new Error("AdminLTE requires jQuery");