Axel
unread,Jun 8, 2010, 9:11:26 AM6/8/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MooTools Users
Hi everybody,
I have been running through a new error coming from Chrome 5 new
version.
I was using a variable named "media" within my application. However,
with Chrome 5, this variable can't be used anymore. I figured out
Chrome 5 was using it as a read-only native global variable which
makes it unusable in my code ...
In case you meet this problem, you should see "Uncaught TypeError:
Object #<a Media> has no method ..." in console from Chrome ...
Maybe this will help some of you in the future ...
Axel.