Remove annoying jslint warning
This commit is contained in:
parent
3074595b51
commit
ea93a5003a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*global chrome*/
|
/*global chrome*/
|
||||||
/*jslint browser: true */
|
/*jslint browser: true, nomen: true */
|
||||||
var castModule = (function () {
|
var castModule = (function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
var launchBtn, disabledBtn, stopBtn, session;
|
var launchBtn, disabledBtn, stopBtn, session;
|
||||||
|
|
Loading…
Reference in a new issue