Fix typo in action-setfield widget

This commit is contained in:
Jermolene
2014-11-06 19:35:50 +00:00
parent 12aec57086
commit f1a2d8c2b9
+1
View File
@@ -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);
}