浏览代码

Refs #2063. Changed name of hook to preProcess.

Spencer Rathbun 12 年之前
父节点
当前提交
a59d97184e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/pipeline/Pipeline.js

+ 2 - 2
lib/pipeline/Pipeline.js

@@ -78,8 +78,8 @@ var Pipeline = module.exports = (function(){
 		/* Move filters up where possible.
 		CW TODO -- move filter past projections where possible, and noting corresponding field renaming.
 		*/
-		if (pipelineInstance.preParse instanceof Function) {
-			pipelineInstance.preParse();
+		if (pipelineInstance.preProcess instanceof Function) {
+			pipelineInstance.preProcess();
 		}
 
 		/*