From 5b61091665fa2ed9599076df2ab59720f167502c Mon Sep 17 00:00:00 2001 From: Bobby Warner Date: Thu, 12 Apr 2012 00:25:06 -0500 Subject: [PATCH] Minor doc change in Meteor.ui.render --- docs/client/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/api.html b/docs/client/api.html index a5b161c3c3..cdf99ada2d 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -901,7 +901,7 @@ nodes) that automatically updates in realtime. You pass in string. `Meteor.ui.render` calls your function and turns the output into DOM nodes. Meanwhile, it tracks the data that was used when `html_func` ran, and automatically wires up callbacks so that whenever -of any of the data changes, `html_func` is re-run and the DOM nodes +any of the data changes, `html_func` is re-run and the DOM nodes are updated in place. Insert the returned `DocumentFragment` directly into the DOM wherever