[DE] Fix Bug 36978
This commit is contained in:
parent
c8390124d7
commit
27bc0f79f1
|
@ -1865,10 +1865,10 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onControlsSelect: function(item, e) {
|
onControlsSelect: function(item, e) {
|
||||||
|
var me = this;
|
||||||
var props = this.api.asc_GetContentControlProperties();
|
var props = this.api.asc_GetContentControlProperties();
|
||||||
if (props) {
|
if (props) {
|
||||||
if (item.value == 'settings') {
|
if (item.value == 'settings') {
|
||||||
var me = this;
|
|
||||||
(new DE.Views.ControlSettingsDialog({
|
(new DE.Views.ControlSettingsDialog({
|
||||||
props: props,
|
props: props,
|
||||||
handler: function (result, value) {
|
handler: function (result, value) {
|
||||||
|
|
Loading…
Reference in a new issue