From f1a2d8c2b90f55d10cc408f653c8c1ef1eef64f9 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 6 Nov 2014 19:35:50 +0000 Subject: [PATCH] Fix typo in action-setfield widget --- core/modules/widgets/action-setfield.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/widgets/action-setfield.js b/core/modules/widgets/action-setfield.js index a9dec25bf..600d7a2da 100644 --- a/core/modules/widgets/action-setfield.js +++ b/core/modules/widgets/action-setfield.js @@ -57,6 +57,7 @@ SetFieldWidget.prototype.refresh = function(changedTiddlers) { Invoke the action associated with this widget */ SetFieldWidget.prototype.invokeAction = function(triggeringWidget,event) { + var self = this; if(this.actionValue) { this.wiki.setText(this.actionTiddler,this.actionField,this.actionIndex,this.actionValue); }