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*/
|
||||
/*jslint browser: true */
|
||||
/*jslint browser: true, nomen: true */
|
||||
var castModule = (function () {
|
||||
'use strict';
|
||||
var launchBtn, disabledBtn, stopBtn, session;
|
||||
|
|
Loading…
Reference in a new issue