Adding horizon to jshint
Suppressing error by adding horizon to global jshint configuration. Change-Id: Ibd7d0262255a567a1e0c9efcc25bd32a8a3f86b4 Closes-bug: #1441780
This commit is contained in:
parent
ed86facb1a
commit
1fa042f233
@ -4,6 +4,7 @@
|
|||||||
"evil": true,
|
"evil": true,
|
||||||
|
|
||||||
"globals": {
|
"globals": {
|
||||||
|
"horizon": false,
|
||||||
"jQuery": false,
|
"jQuery": false,
|
||||||
"$": false,
|
"$": false,
|
||||||
|
|
||||||
|
@ -42,4 +42,4 @@ var Horizon = function () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Create the one and only horizon object.
|
// Create the one and only horizon object.
|
||||||
var horizon = new Horizon();
|
var horizon = new Horizon(); // jshint ignore:line
|
||||||
|
Loading…
Reference in New Issue
Block a user