Adding horizon to jshint

Suppressing error by adding horizon to global jshint configuration.

Change-Id: Ibd7d0262255a567a1e0c9efcc25bd32a8a3f86b4
Closes-bug: #1441780
This commit is contained in:
Thai Tran 2015-04-08 11:04:02 -07:00
parent ed86facb1a
commit 1fa042f233
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"evil": true,
"globals": {
"horizon": false,
"jQuery": false,
"$": false,

View File

@ -42,4 +42,4 @@ var Horizon = function () {
};
// Create the one and only horizon object.
var horizon = new Horizon();
var horizon = new Horizon(); // jshint ignore:line