This commit is contained in:
Geoff Schmidt
2012-08-02 23:36:50 -07:00
parent 66e3d6856d
commit 24ca801791

View File

@@ -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 = {};