浏览代码

Cleaned up jshint config after enabling browser&node modes in specific directories.

Piotrek Koszuliński 10 年之前
父节点
当前提交
2e6ce7e2ae

+ 0 - 2
packages/ckeditor5-utils/tests/_tools/tools.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals bender, sinon */
-
 'use strict';
 
 ( function() {

+ 0 - 1
packages/ckeditor5-utils/tests/ckeditor/ckeditor.js

@@ -3,7 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals document */
 /* bender-include: ../_tools/tools.js */
 
 'use strict';

+ 0 - 2
packages/ckeditor5-utils/tests/ckeditorerror/ckeditorerror.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals document */
-
 'use strict';
 
 var modules = bender.amd.require( 'ckeditorerror' );

+ 0 - 2
packages/ckeditor5-utils/tests/plugin/plugin.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals document */
-
 'use strict';
 
 var modules = bender.amd.require( 'plugin', 'editor' );