Explorar o código

Refs #2063. preparse() -> preParse().

Charles Ezell %!s(int64=13) %!d(string=hai) anos
pai
achega
71607d8876
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/pipeline/Pipeline.js

+ 1 - 1
lib/pipeline/Pipeline.js

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