Commit eb0d9084 authored by Boris Kocherov's avatar Boris Kocherov

code format fix

parent 18a7a768
......@@ -7,7 +7,7 @@ if (Common === undefined) {
var Common = {};
}
var DocsAPI = {DocEditor: {}};
DocsAPI.DocEditor.version = function() {
DocsAPI.DocEditor.version = function () {
return null;
};
......@@ -198,7 +198,6 @@ DocsAPI.DocEditor.version = function() {
console.log();
})
.declareMethod('goBack', function (new_window) {
return;
})
.declareMethod('requestEditRights', function () {
var g = this;
......
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