Browse Source

Minor code style fix.

fredck 11 years ago
parent
commit
e4c9e85c15
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dev/tasks/utils/tools.js

+ 1 - 0
dev/tasks/utils/tools.js

@@ -42,6 +42,7 @@ module.exports = {
 		var all = options.targets.all,
 		var all = options.targets.all,
 			isAll = true;
 			isAll = true;
 		delete options.targets.all;
 		delete options.targets.all;
+
 		Object.getOwnPropertyNames( options.targets ).forEach( function( target ) {
 		Object.getOwnPropertyNames( options.targets ).forEach( function( target ) {
 			if ( this.checkTaskInQueue( grunt, task + ':' + target ) ) {
 			if ( this.checkTaskInQueue( grunt, task + ':' + target ) ) {
 				config[ target ] = options.targets[ target ]();
 				config[ target ] = options.targets[ target ]();