1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Killer typo

This commit is contained in:
Jermolene 2017-03-29 09:22:51 +01:00
parent b37178dda1
commit 50268d9231

View File

@ -128,7 +128,7 @@ DroppableWidget.prototype.handleDropEvent = function(event) {
DroppableWidget.prototype.performActions = function(title,event) {
if(this.droppableActions) {
this.invokeActionString(this.draggableActions,this,event,{actionTiddler: title});
this.invokeActionString(this.droppableActions,this,event,{actionTiddler: title});
}
};