From 50268d9231445ea3ef46b9415c932fa67e10647a Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 29 Mar 2017 09:22:51 +0100 Subject: [PATCH] Killer typo --- core/modules/widgets/droppable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/widgets/droppable.js b/core/modules/widgets/droppable.js index 29e55c7e5..f2e0ee7b7 100644 --- a/core/modules/widgets/droppable.js +++ b/core/modules/widgets/droppable.js @@ -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}); } };