-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work in IE8 #68
Comments
My current workaround is adding this to my if !String.prototype.trim
String.prototype.trim = ->
@replace(/^\s*/, "").replace(/\s*$/, "") |
|
Thanks for reporting. I've replaced trim() with a RegExp and version 1.4.7 is released that contains the latest haml-coffee version. |
Thank you :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
String.prototype.trim
is undefinedThe text was updated successfully, but these errors were encountered: