From cb95d44cb39bedfffcd41dedfbfb5243b1af7809 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Tue, 14 Aug 2012 10:54:30 -0700 Subject: [PATCH] Doc fix: Cursor.observe available on both client and server --- docs/client/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/api.js b/docs/client/api.js index 9ec88912d5..f5bfc2d724 100644 --- a/docs/client/api.js +++ b/docs/client/api.js @@ -383,7 +383,7 @@ Template.api.cursor_rewind = { Template.api.cursor_observe = { id: "observe", name: "cursor.observe(callbacks)", - locus: "Client", + locus: "Anywhere", descr: ["Watch a query. Receive callbacks as the result set changes."], args: [ {name: "callbacks",