use document, not doc

pull/1751/head
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)
{}