arturadib / agility

Javascript MVC for the "write less, do more" programmer
http://agilityjs.com
MIT License
542 stars 70 forks source link

Fixed null.toString() bug that happened when a key data bind was null ( see test ). #47

Closed tristanls closed 13 years ago

tristanls commented 13 years ago

Fixed null.toString() bug that happened when a key data bind was null;

Also added support for IE matcher flavor when parsing data-bind attributes. When a group is not matched in IE 7, for example, it is not undefined but instead returned as an empty string.