Explorar el Código

Merge pull request #165 from ckeditor/t/163

Set bender global to read only in test jshint file.
Piotr Jasiun hace 9 años
padre
commit
19c30bf116
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/.jshintrc

+ 1 - 1
tests/.jshintrc

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