fix jslint error

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-08-04 16:28:51 +02:00 committed by Fabian Grünbichler
parent 7d406f1805
commit 45ea97f209

View File

@ -251,7 +251,7 @@ Ext.define('PVE.form.CephRuleSelector', {
});
Ext.apply(me, {
store: store,
store: store
});
me.callParent();