浏览代码

Fixed a minor jshint check in the bender config file.

fredck 10 年之前
父节点
当前提交
fc7a2416a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'