Merge pull request #7 from ONLYOFFICE/feature/de-shape-settings-as-sse

merge
This commit is contained in:
Alexander Trofimov 2016-05-06 17:37:10 +04:00
commit 36be6edcd9

View file

@ -569,10 +569,8 @@ define([
setApi: function(api) {
this.api = api;
if (this.api) {
this.api.SetInterfaceDrawImagePlaceShape('shape-texture-img');
var textures = this.api.get_PropertyStandartTextures();
if (textures)
this.onInitStandartTextures(textures);
this.api.asc_setInterfaceDrawImagePlaceShape('shape-texture-img');
this.api.asc_registerCallback('asc_onInitStandartTextures', _.bind(this.onInitStandartTextures, this));
}
return this;
},