Commit ea98d42d authored by Oleg Korshul's avatar Oleg Korshul

cell editor bug

parent 4ba8a5a4
...@@ -473,7 +473,8 @@ function getBinaryArray(_data, _len) ...@@ -473,7 +473,8 @@ function getBinaryArray(_data, _len)
} }
// OnlyPass ---------------------------------- // OnlyPass ----------------------------------
Asc['asc_docs_api'].prototype["pluginMethod_OnlyPass"] = function(obj) var _proto = Asc['asc_docs_api'] ? Asc['asc_docs_api'] : Asc['spreadsheet_api'];
_proto.prototype["pluginMethod_OnlyPass"] = function(obj)
{ {
switch (obj.type) switch (obj.type)
{ {
......
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