Files
meteor/packages
David Greenspan fec60a5ea9 Unify template obj and template callback this.
The `template` arg in `eventHandler(event, template)` and the `this`
in all three of {create,render,destroy} are now an object with
methods `find`,`findAll` assigned at creation time (closures) and
properties `firstNode`, `lastNode`, and `data` (the handlebars data)
set upon each callback.  No other props are set and the app is free
to scribble on this object.

Only subtlety is that we can't support find/findAll/firstNode/lastNode
in create/destroy callback.  In this case, find/findAll throw an error
and firstNode/lastNode are reliably null.

Added landmark.hasDom().
2012-08-10 16:37:47 -07:00
..
2012-01-27 20:02:26 -08:00
2012-04-03 22:30:56 -07:00
2012-08-09 15:37:00 -07:00
2012-08-08 17:12:34 -07:00
2012-04-17 01:07:48 -05:00
2012-01-27 20:02:26 -08:00
2012-08-06 18:38:43 -07:00
2012-07-11 23:03:26 -07:00
2012-05-08 15:39:14 -07:00
2012-03-28 18:26:15 -07:00