mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge commit '5b61091' into devel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user