yeelliott / jquery-utils

Automatically exported from code.google.com/p/jquery-utils
MIT License
0 stars 0 forks source link

Internet Explorer Comment problem with jquery.utils.js #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Explorer 8
2.  jquery.utils.js included in the page.
3.

What is the expected output? What do you see instead?

Explorer goes to compatibility mode throwing an error on line 302:18.

What version of the product are you using? On what operating system?
0.8.5 with Windows 7 Explorer 8

Please provide any additional information below.

SOLUTION::::::::

Comment at line 301:             

//@ http://jsfromhell.com/string/pad [v1.0]

causes explorer to error on the next line at 302:18 and then switches to
compatibility mode.  Removing this comment fixes the problem

Original issue reported on code.google.com by robblov...@gmail.com on 2 Apr 2010 at 6:35