From 4f17b9688ecdf83e7c2053dddb8915b352366295 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Mon, 12 Oct 2015 09:24:11 -0400 Subject: [PATCH] Remove cjs style exports from pipeline --- src/pipeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipeline.js b/src/pipeline.js index 98429ae87..fd2348012 100644 --- a/src/pipeline.js +++ b/src/pipeline.js @@ -162,7 +162,7 @@ export function activate (view, transition, depth, cb) { view.activated = true // activate the child view if (view.childView) { - exports.activate(view.childView, transition, depth + 1) + activate(view.childView, transition, depth + 1) } if (dataHook && waitForData) { // wait until data loaded to insert