Update Main.js

Case convertion
This commit is contained in:
Alexey Golubev 2016-03-31 16:26:58 +03:00
parent e2e287ffde
commit ea865a45d8

View file

@ -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));