浏览代码

Follow the naming standard.

Piotrek Koszuliński 11 年之前
父节点
当前提交
1a37506e43
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dev/tasks/build/builder.js

+ 1 - 1
dev/tasks/build/builder.js

@@ -31,7 +31,7 @@ function Builder( target ) {
 	 *
 	 * @property {String}
 	 */
-	this.tmp = 'build_tmp';
+	this.tmp = 'build-tmp';
 
 	/**
 	 * The list of tasks to be executed by the `build()` method. Each entry is an Array containing the name of the