w20-framework / w20

W20 is a Web framework, built upon a powerful RequireJS/AngularJS/Bootstrap mix to help you develop single page applications.
https://w20-framework.github.io/
Mozilla Public License 2.0
8 stars 9 forks source link

Usage of non-standard trimLeft and trimRight in w20.js #59

Closed adrienlauer closed 8 years ago

adrienlauer commented 8 years ago

Non-standard functions trimLeft() and trimRight() are used in the getCookie() function of the w20.js module. They should be replaced by a standard equivalent.

adrienlauer commented 8 years ago

Fixed by #60