Explorar o código

Merge pull request #165 from ckeditor/t/163

Set bender global to read only in test jshint file.
Piotr Jasiun %!s(int64=9) %!d(string=hai) anos
pai
achega
19c30bf116
Modificáronse 1 ficheiros con 1 adicións e 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
 	}
 }