Make JSHint ignore app.js

This commit is contained in:
Abdullah Almsaeed 2017-02-25 14:50:35 -05:00
parent f02c61eb0e
commit a7d49bd656

3
dist/js/app.js vendored
View file

@ -10,7 +10,8 @@
* @version 2.3.8
* @license MIT <http://opensource.org/licenses/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");