use document, not doc
parent
566034ddf0
commit
896f72311f
|
@ -463,7 +463,7 @@ var pad = {
|
|||
{
|
||||
try
|
||||
{
|
||||
doc.execCommand("BackgroundImageCache", false, true);
|
||||
document.execCommand("BackgroundImageCache", false, true);
|
||||
}
|
||||
catch (e)
|
||||
{}
|
||||
|
|
Loading…
Reference in New Issue