[Lada-commits] [PATCH 3 of 3] minor scope fix

Wald Commits scm-commit at wald.intevation.org
Tue Dec 16 16:56:09 CET 2014


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# 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
                     }]
                 }],


More information about the Lada-commits mailing list