mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
comments
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
// - DOMRange
|
||||
// - kill DOMAugmenter
|
||||
// - consider moving to _callbacks (including memberOut)
|
||||
// - attributes
|
||||
// - write EACH
|
||||
// - port attributes
|
||||
// - EACH untested as far as:
|
||||
// - toHTML
|
||||
// - cleanup
|
||||
// - most things really...
|
||||
// - Do you get access to the DOMRange from "destroyed"?
|
||||
|
||||
Blaze.View = function (kind, render) {
|
||||
@@ -103,7 +106,9 @@ Blaze.materializeView = function (view, parentView) {
|
||||
|
||||
var lastHtmljs;
|
||||
view.autorun(function doRender(c) {
|
||||
// `view.autorun` sets the current view
|
||||
// `view.autorun` sets the current view.
|
||||
// Any dependencies that should invalidate this Computation come
|
||||
// from this line:
|
||||
var htmljs = view.render();
|
||||
|
||||
Deps.nonreactive(function doMaterialize() {
|
||||
|
||||
Reference in New Issue
Block a user