Nathan Sobo f5be55e000 Only trigger bindings on the closest ancestor node of an event target.
Say we have a structure like:

div.parent
  div.child
    div.grandchild

And we have two mappings:

.parent { x: foo }
.child { x:bar }

If there's an event originating on grandchild, it will *only* trigger
bar, because that selector selects a closer ancestor.
2012-01-11 13:16:10 -08:00
2011-11-25 22:21:36 -08:00
2011-12-05 14:27:36 -05:00
2011-12-15 14:14:12 -08:00
2011-12-29 16:42:44 -06:00
2011-12-14 18:37:33 -08:00
Description
No description provided
Readme 447 MiB
Languages
JavaScript 88.3%
Less 8.7%
CoffeeScript 2.8%
Shell 0.1%