vigetlabs / washi

A simple, backbone inspired view helper.
http://vigetlabs.github.io/washi/docs/washi
MIT License
5 stars 2 forks source link

Use less strict matching in event object #6

Closed nhunzaker closed 10 years ago

nhunzaker commented 10 years ago

While we're at it, we should add support for syntax Marionette uses:

{
  'change { spaces  }' : 'foo',
  'change {noSpaces }' : 'foo',
  'change @ui.name' : 'foo'
}
nhunzaker commented 10 years ago

Done in v2.2