-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
IE8 unwanted console.log #134
Comments
You're right. It should be wrapped in |
Ok thanks! |
Ok. Go ahead. |
FYI If you don't do this sometime in the next 12 hours, I will do it myself ^_^ <3 |
:) It's been a hard night to watch football until 6 in the mornin'. |
I messed up the first branch: so used to auto white-space trimming… BTW I haven't understand why the Gruntfile is ignored by git ? How can we run jsHint ? |
Added support for 3D CSS transforms for SVG elements (for all browsers but IE and Android non-Chrome, where it’s not possible). Closes #137. (Thanks, @jackrugile.) Suppressed IE8 console log output. Closes #134. Closes #139. Removed trailing whitespace.
Hi,
I encounter some problems while using velocity with IE8.
It shows some logs when doing “illegal” stuff and that leads to breaking front code when the console is not opened (IE8 magic).
the involved line is 1260
If the purpose is really to break, you should make a
throw
.If not, it should be wrapped with either your
Velocity.debug
or at least testing the console objectif (window.console != null)
I can do a pull request with the solution you prefer if you want :)
The text was updated successfully, but these errors were encountered: