💄 Fix JSHint errors
This commit is contained in:
parent
ede1930bce
commit
a46ab58320
|
@ -1,4 +1,4 @@
|
|||
/*jshint es5: true */
|
||||
/*jshint browser:true */
|
||||
/*globals MIDI, React, App, $ */
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*jshint nomen:true */
|
||||
/*jshint browser:true */
|
||||
/*globals React, App */
|
||||
|
||||
(function () {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/*jshint browser:true */
|
||||
/*globals App, React */
|
||||
|
||||
(function () {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*jshint nomen:true */
|
||||
/*jshint browser:true */
|
||||
/*globals React, App */
|
||||
|
||||
(function () {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/*jshint browser:true */
|
||||
/*globals React, App */
|
||||
|
||||
(function () {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/*jshint browser:true */
|
||||
/*globals React, App */
|
||||
|
||||
(function () {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/*jshint browser:true */
|
||||
/*globals React, App */
|
||||
|
||||
(function () {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/*jshint browser:true */
|
||||
/*globals React */
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*jshint es5: true, bitwise: true */
|
||||
/*jshint browser:true, bitwise:false */
|
||||
/*globals DOMLoader, MidiFile, App */
|
||||
|
||||
/**
|
||||
|
@ -35,7 +35,7 @@
|
|||
this.meta = options.meta || {};
|
||||
this.program = options.program || 0;
|
||||
this.muted = options.muted || false;
|
||||
this.solo = options.solo || false;
|
||||
this.hidden = options.solo || false;
|
||||
this.pending = options.pending || {};
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*jshint es5: true, bitwise: true */
|
||||
/*jshint browser:true, bitwise:false */
|
||||
/*globals App */
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/*jshint browser:true */
|
||||
/*globals React, App, $ */
|
||||
|
||||
(function () {
|
||||
|
|
Loading…
Reference in New Issue