From 24ca8017912fd11b7c0ea2e76258271d0cd1e971 Mon Sep 17 00:00:00 2001 From: Geoff Schmidt Date: Thu, 2 Aug 2012 23:36:50 -0700 Subject: [PATCH] comments --- packages/spark/spark.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/spark/spark.js b/packages/spark/spark.js index 921bf97c89..31e31d4bc1 100644 --- a/packages/spark/spark.js +++ b/packages/spark/spark.js @@ -4,11 +4,17 @@ // have been written by third parties on top of the public API? // XXX rename isolate to reflect that it is the only root of -// deps-based reactivity ('track'?) +// deps-based reactivity ('track'? 'compute'? 'sync'?) // XXX should test variable wrapping (eg TR vs THEAD) inside each // branch of Spark.list +// XXX could render() get called too many times when using lists? a +// list inside a list inside a list, then it's put onscreen, then +// notifyLandmarksRendered is called 3 times? + +// XXX s/render/rendered/ (etc) in landmarks? + (function() { Spark = {};