fix closure compile error

This commit is contained in:
Sebastian Sdorra
2012-05-26 11:38:02 +02:00
parent dbb2436c52
commit de30331f20

View File

@@ -54,7 +54,7 @@ Sonia.user.Panel = Ext.extend(Sonia.rest.Panel, {
'-',
{xtype: 'label', text: this.showOnlyActiveText, cls: 'ytb-text'},
' ',
{xtype: 'checkbox', text: this.reloadText, scope: this, handler: this.toggleActive},
{xtype: 'checkbox', text: this.reloadText, scope: this, handler: this.toggleActive}
],
items: [{
id: 'userGrid',