use document, not doc

This commit is contained in:
goldquest 2013-04-17 16:51:54 +02:00
parent 566034ddf0
commit 896f72311f

View file

@ -463,7 +463,7 @@ var pad = {
{
try
{
doc.execCommand("BackgroundImageCache", false, true);
document.execCommand("BackgroundImageCache", false, true);
}
catch (e)
{}