Browse Source

Fixed a minor jshint check in the bender config file.

fredck 10 years ago
parent
commit
fc7a2416a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bender.js

+ 1 - 1
bender.js

@@ -50,7 +50,7 @@ var config = {
 
 if ( isBuild ) {
 	// Change the 'ckeditor' application to point to the build.
-	config.applications[ 'ckeditor' ] = {
+	config.applications.ckeditor = {
 		path: 'build',
 		files: [
 			'ckeditor.js'