Fix typo in action-setfield widget

print-window-tiddler
Jermolene 2014-11-06 19:35:50 +00:00
rodzic 12aec57086
commit f1a2d8c2b9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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);
}