Merge commit '5b61091' into devel

This commit is contained in:
matt debergalis
2012-04-16 15:03:12 -07:00

View File

@@ -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