mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
todo comments
This commit is contained in:
@@ -24,6 +24,16 @@
|
||||
// list() returns the expected HTML, Spark.createLandmark creates and
|
||||
// then destroys a landmark -- may already be tested?)
|
||||
|
||||
// XXX in landmark-demo, if Template.timer.create throws an exception,
|
||||
// then it is never called again, even if you push the 'create a
|
||||
// timer' button again. the problem is almost certainly in atFlushTime
|
||||
// (not hard to see what it is.)
|
||||
|
||||
// XXX align the arguments to the render() callback with the arguments
|
||||
// to events (instead of landmark, pass the 'template' object again?
|
||||
// that suggess that david is right and startNode() should be a
|
||||
// function.)
|
||||
|
||||
(function() {
|
||||
|
||||
Spark = {};
|
||||
|
||||
Reference in New Issue
Block a user