[Webkit-unassigned] [Bug 54821] REGRESSION: Images are missing on tobii.com main page
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 21 16:15:11 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54821
Oliver Hunt <oliver at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #8 from Oliver Hunt <oliver at apple.com> 2011-02-21 16:15:11 PST ---
It looks like someone has simply placed "use strict" at the beginning of some jquery plugins or some such. This is unsafe and incorrect as strict mode does alter language semantics.
For reference this site also does not work in firefox 4, and won't work in any other js engine that implements strict mode (so fairly soon it won't work in chrome or opera either)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list