mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Doc fix: Cursor.observe available on both client and server
This commit is contained in:
@@ -383,7 +383,7 @@ Template.api.cursor_rewind = {
|
||||
Template.api.cursor_observe = {
|
||||
id: "observe",
|
||||
name: "<em>cursor</em>.observe(callbacks)",
|
||||
locus: "Client",
|
||||
locus: "Anywhere",
|
||||
descr: ["Watch a query. Receive callbacks as the result set changes."],
|
||||
args: [
|
||||
{name: "callbacks",
|
||||
|
||||
Reference in New Issue
Block a user