Fix: use closeCurrentTab

This commit is contained in:
eight 2017-09-25 18:45:44 +08:00
parent 7365a8bada
commit 04ebc837e2
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
/* global css_beautify */
/* global CSSLint initLint linterConfig updateLintReport renderLintReport updateLinter */
/* global mozParser createSourceEditor */
/* global loadScript */
/* global loadScript closeCurrentTab */
'use strict';

View File

@ -1,4 +1,4 @@
/* global CodeMirror semverCompare makeLink */
/* global CodeMirror semverCompare makeLink closeCurrentTab */
'use strict';