Ver código fonte

Fixed a minor jshint check in the bender config file.

fredck 10 anos atrás
pai
commit
fc7a2416a7
1 arquivos alterados com 1 adições e 1 exclusões
  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'