Skip to content

Commit

Permalink
FF 3.6 has problems with the used sarissa library. Following the sari…
Browse files Browse the repository at this point in the history
…ssa forums the conflicting line can be commented out. http://sourceforge.net/projects/sarissa/forums/forum/256492/topic/3508927
  • Loading branch information
uhunkler committed Feb 21, 2010
1 parent 6366286 commit d472b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/chameleon/ui/sarissa.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ else{ /* end IE initialization, try to deal with real browsers now ;-) */
* <li>3 == INTERACTIVE,</li>
* <li>4 == COMPLETED</li></ul>
*/
XMLDocument.prototype.readyState = 0;
// commented out to solve a FF 3.6 issue, MDL-21606
// XMLDocument.prototype.readyState = 0;
/**
* <p>Emulate IE's parseError attribute</p>
*/
Expand Down

0 comments on commit d472b68

Please sign in to comment.