arturadib / agility

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

bug:line 925 trim() not supported in IE #93

Open fangwj opened 12 years ago

fangwj commented 12 years ago

bug: line 925 trim() not supported in IE fix: use $.trim(ev) instead