Files
meteor/packages/ui
Avital Oliver 95aaa99312 Fix {{#with}} over a data context that is mutated
In `Spacebars.With` we embox the data context. This commit makes
that emboxing happen modulo `safeEquals`. So now if you
{{#with}} over a helper that returns an object, any time
that helper gets invalidated we re-run the computations in the block.

Fixes #2046 (though notably that example mutates the data context
from within a helper, which could lead to other types of unintended
behavior; it's probably in this particular example -- the data context
just gets added properties)
2014-04-19 00:29:34 -07:00
..
2013-08-26 17:42:34 -07:00
2014-04-17 16:26:16 -07:00
2014-04-15 15:29:39 -07:00
2014-04-02 09:56:33 -07:00
2014-01-08 11:28:38 -08:00
2014-03-20 10:25:39 -07:00