Update Main.js
Case convertion
This commit is contained in:
parent
e2e287ffde
commit
ea865a45d8
|
@ -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([
|
||||||
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 || {}))
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue