mirror of https://github.com/ColorlibHQ/AdminLTE
Make JSHint ignore app.js
parent
f02c61eb0e
commit
a7d49bd656
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue