💄 Fix JSHint errors

This commit is contained in:
matteo78 2014-11-09 19:12:03 +01:00
parent ede1930bce
commit a46ab58320
11 changed files with 12 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/*jshint es5: true */ /*jshint browser:true */
/*globals MIDI, React, App, $ */ /*globals MIDI, React, App, $ */
/** /**

View File

@ -1,4 +1,4 @@
/*jshint nomen:true */ /*jshint browser:true */
/*globals React, App */ /*globals React, App */
(function () { (function () {

View File

@ -1,3 +1,4 @@
/*jshint browser:true */
/*globals App, React */ /*globals App, React */
(function () { (function () {

View File

@ -1,4 +1,4 @@
/*jshint nomen:true */ /*jshint browser:true */
/*globals React, App */ /*globals React, App */
(function () { (function () {

View File

@ -1,3 +1,4 @@
/*jshint browser:true */
/*globals React, App */ /*globals React, App */
(function () { (function () {

View File

@ -1,3 +1,4 @@
/*jshint browser:true */
/*globals React, App */ /*globals React, App */
(function () { (function () {

View File

@ -1,3 +1,4 @@
/*jshint browser:true */
/*globals React, App */ /*globals React, App */
(function () { (function () {

View File

@ -1,3 +1,4 @@
/*jshint browser:true */
/*globals React */ /*globals React */
/** /**

View File

@ -1,4 +1,4 @@
/*jshint es5: true, bitwise: true */ /*jshint browser:true, bitwise:false */
/*globals DOMLoader, MidiFile, App */ /*globals DOMLoader, MidiFile, App */
/** /**
@ -35,7 +35,7 @@
this.meta = options.meta || {}; this.meta = options.meta || {};
this.program = options.program || 0; this.program = options.program || 0;
this.muted = options.muted || false; this.muted = options.muted || false;
this.solo = options.solo || false; this.hidden = options.solo || false;
this.pending = options.pending || {}; this.pending = options.pending || {};
} }

View File

@ -1,4 +1,4 @@
/*jshint es5: true, bitwise: true */ /*jshint browser:true, bitwise:false */
/*globals App */ /*globals App */
/** /**

View File

@ -1,3 +1,4 @@
/*jshint browser:true */
/*globals React, App, $ */ /*globals React, App, $ */
(function () { (function () {