mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 13:29:56 +00:00
Killer typo
This commit is contained in:
parent
b37178dda1
commit
50268d9231
@ -128,7 +128,7 @@ DroppableWidget.prototype.handleDropEvent = function(event) {
|
|||||||
|
|
||||||
DroppableWidget.prototype.performActions = function(title,event) {
|
DroppableWidget.prototype.performActions = function(title,event) {
|
||||||
if(this.droppableActions) {
|
if(this.droppableActions) {
|
||||||
this.invokeActionString(this.draggableActions,this,event,{actionTiddler: title});
|
this.invokeActionString(this.droppableActions,this,event,{actionTiddler: title});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user