8
0
Quellcode durchsuchen

Fixed a minor jshint check in the bender config file.

fredck vor 10 Jahren
Ursprung
Commit
fc7a2416a7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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'