Change DocEditor version.

This commit is contained in:
Julia Radzhabova 2016-11-02 13:24:16 +03:00
parent 02897bda94
commit 541000f308

View file

@ -551,7 +551,7 @@
};
DocsAPI.DocEditor.version = function() {
return '3.0b##BN#';
return '4.2.0';
};
MessageDispatcher = function(fn, scope) {