Remove annoying jslint warning

This commit is contained in:
Pierre Rudloff 2016-07-22 18:27:33 +02:00
parent 3074595b51
commit ea93a5003a
1 changed files with 1 additions and 1 deletions

View File

@ -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;