mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
comments
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user