This reverts commit 0cd5d62efebf9d338a71c7afe6d7763ac9a3a8c4.
@@ -18,8 +18,7 @@ module.exports = function( grunt ) {
jshint: {
options: {
globals: {
- 'CKEDITOR': false,
- 'bender': false
+ 'CKEDITOR': false
},
ignores: ignoreFiles
}