Sfoglia il codice sorgente

Merge pull request #165 from ckeditor/t/163

Set bender global to read only in test jshint file.
Piotr Jasiun 9 anni fa
parent
commit
19c30bf116
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/.jshintrc

+ 1 - 1
tests/.jshintrc

@@ -21,6 +21,6 @@
 		"expect": false,
 		"it": false,
 		"sinon": false,
-		"bender": true
+		"bender": false
 	}
 }