Parcourir la source

Fixed a minor jshint check in the bender config file.

fredck il y a 10 ans
Parent
commit
fc7a2416a7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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'