arturadib / agility

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

Fix for issue #93 which caused the library to break in older versions of IE. #94

Closed Buntix closed 11 years ago

Buntix commented 11 years ago

IE < version 9 doesn't support el.trim(), switched to JQuery $.trim() instead.