Commit ea865a45 authored by Alexey Golubev's avatar Alexey Golubev

Update Main.js

Case convertion
parent e2e287ff
...@@ -81,7 +81,7 @@ define([ ...@@ -81,7 +81,7 @@ define([
// Initialize api // Initialize api
this.api = new Asc.spreadsheet_api("editor_sdk", "ce-cell-content"); this.api = new Asc.spreadsheet_api("editor_sdk", "ce-cell-content");
this.api.asc_setFontRenderingMode(parseInt(value)); this.api.asc_setFontRenderingMode(parseInt(value));
this.api.asc_SetFontsPath("../../../../sdkjs/Fonts/"); this.api.asc_SetFontsPath("../../../../sdkjs/fonts/");
this.api.asc_registerCallback('asc_onOpenDocumentProgress', _.bind(this.onOpenDocument, this)); this.api.asc_registerCallback('asc_onOpenDocumentProgress', _.bind(this.onOpenDocument, this));
this.api.asc_registerCallback('asc_onEndAction', _.bind(this.onLongActionEnd, this)); this.api.asc_registerCallback('asc_onEndAction', _.bind(this.onLongActionEnd, this));
...@@ -1742,4 +1742,4 @@ define([ ...@@ -1742,4 +1742,4 @@ define([
warnNoLicense: 'The license expired. You cannot create or edit files.<br>Click the \'Buy now\' button to prolong the license.' warnNoLicense: 'The license expired. You cannot create or edit files.<br>Click the \'Buy now\' button to prolong the license.'
} }
})(), SSE.Controllers.Main || {})) })(), SSE.Controllers.Main || {}))
}); });
\ No newline at end of file
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