scribd / flash_heed

Fixes all Flash elements on a page so that they heed DOM stacking order.
45 stars 10 forks source link

outerHTML causing "source is undefined" #2

Open sambourne opened 12 years ago

sambourne commented 12 years ago

Not a huge issue but I noticed that the code block for Internet Explorer is run in all browsers which causes the non-fatal and silent error, "source is undefined". I changed line 61 to the following, seems ok.

"if((!correct_wmode_found || incorrect_wmode_found) && o.outerHTML !== undefined) {"

Thanks, Sam

panhiapha13 commented 9 years ago

Hb