Commit 04304c6a authored by Alexander.Trofimov's avatar Alexander.Trofimov

cell/model/clipboard to function-closure

parent 7ab18ea3
......@@ -1080,7 +1080,7 @@ var editor;
}
if (window.USER_AGENT_SAFARI_MACOS) {
setInterval(SafariIntervalFocus2, 10);
setInterval(AscCommonExcel.SafariIntervalFocus2, 10);
}
};
......
This diff is collapsed.
......@@ -928,7 +928,7 @@
{
if (0 === window.GlobalPasteFlagCounter)
{
SafariIntervalFocus2();
AscCommonExcel.SafariIntervalFocus2();
window.GlobalPasteFlag = true;
t.handlers.trigger("paste");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment