fix release build

This commit is contained in:
Sebastian Sdorra
2016-11-10 22:14:29 +01:00
parent 8628fd9e11
commit d940c2e9b9

View File

@@ -52,7 +52,7 @@ Sonia.repository.TagComboBox = Ext.extend(Ext.form.ComboBox, {
typeAhead: false,
editable: false,
triggerAction: 'all',
store: tagStore,
store: tagStore
};
Ext.apply(this, Ext.apply(this.initialConfig, config));