Remove unnecessary global

This commit is contained in:
Rob Garrison 2017-08-18 10:34:57 -05:00
parent 0ccdf2fd7f
commit 6bd1768b72

View File

@ -1,4 +1,4 @@
/* global CodeMirror CSSLint editors makeSectionVisible showHelp stylelintDefaultConfig BG */ /* global CodeMirror CSSLint editors makeSectionVisible showHelp stylelintDefaultConfig */
'use strict'; 'use strict';
function initLint() { function initLint() {