# HG changeset patch # User Raimund Renkert # Date 1418745406 -3600 # Node ID 48593a6181c9f4d35e95b3556cb3614e6a7b610f # Parent 97a428548a24f99aa51cc9e0239d675e8b9c5297 minor scope fix. diff -r 97a428548a24 -r 48593a6181c9 app/view/proben/EditForm.js --- a/app/view/proben/EditForm.js Tue Dec 16 16:56:23 2014 +0100 +++ b/app/view/proben/EditForm.js Tue Dec 16 16:56:46 2014 +0100 @@ -58,7 +58,7 @@ icon: 'gfx/dialog-cancel.png', action: 'discard', disabled: true, - scope: this, + scope: me, handler: this.reset }] }],