mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
use document, not doc
This commit is contained in:
parent
566034ddf0
commit
896f72311f
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ var pad = {
|
|||
{
|
||||
try
|
||||
{
|
||||
doc.execCommand("BackgroundImageCache", false, true);
|
||||
document.execCommand("BackgroundImageCache", false, true);
|
||||
}
|
||||
catch (e)
|
||||
{}
|
||||
|
|
Loading…
Reference in a new issue