Commit 99383250 authored by Alexander.Trofimov's avatar Alexander.Trofimov

cell/model/clipboard to function-closure

parent 3b546419
......@@ -1056,7 +1056,7 @@ var editor;
}
if (window.USER_AGENT_SAFARI_MACOS) {
setInterval(SafariIntervalFocus2, 10);
setInterval(AscCommonExcel.SafariIntervalFocus2, 10);
}
};
......
This diff is collapsed.
......@@ -904,7 +904,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