use document, not doc

This commit is contained in:
goldquest 2013-04-17 16:51:54 +02:00
parent 566034ddf0
commit 896f72311f
1 changed files with 1 additions and 1 deletions

View File

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