Commit 71735dcb authored by GoshaZotov's avatar GoshaZotov

window["AscCommonExcel"].SpecialPasteProps -> window["Asc"]["SpecialPasteProps"]

parent 56d244c3
......@@ -134,7 +134,7 @@
this.images = null;
},
setProps: function(props)
asc_setProps: function(props)
{
switch(props)
{
......@@ -4240,7 +4240,10 @@
//---------------------------------------------------------export---------------------------------------------------
window['AscCommonExcel'] = window['AscCommonExcel'] || {};
window["AscCommonExcel"].Clipboard = Clipboard;
window["AscCommonExcel"].SpecialPasteProps = SpecialPasteProps;
window["Asc"]["SpecialPasteProps"] = window["Asc"].SpecialPasteProps = SpecialPasteProps;
prot = SpecialPasteProps.prototype;
prot["asc_setProps"] = prot.asc_setProps;
window["Asc"]["SpecialPasteShowOptions"] = window["Asc"].SpecialPasteShowOptions = SpecialPasteShowOptions;
prot = SpecialPasteShowOptions.prototype;
......
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