Просмотр исходного кода

Refs #2063. Changed name of hook to preProcess.

Spencer Rathbun 13 лет назад
Родитель
Сommit
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();
 		}
 
 		/*