summaryrefslogtreecommitdiff
path: root/share/server/loop.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/server/loop.js')
-rw-r--r--share/server/loop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/server/loop.js b/share/server/loop.js
index 800d4440..300151e9 100644
--- a/share/server/loop.js
+++ b/share/server/loop.js
@@ -74,7 +74,7 @@ var DDoc = (function() {
if (i+1 == funPath.length) {
fun = point[funPath[i]]
if (typeof fun != "function") {
- fun = Couch.compileFunction(fun);
+ fun = Couch.compileFunction(fun, ddoc);
// cache the compiled fun on the ddoc
point[funPath[i]] = fun
};