mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-20 19:41:32 -08:00
remove superfluous object property
This commit is contained in:
parent
ba96a60a16
commit
613679ffce
1 changed files with 0 additions and 1 deletions
|
|
@ -67,7 +67,6 @@ DraggableWidget.prototype.makeDraggable = function(domNode) {
|
|||
if(this.dragEnable) {
|
||||
$tw.utils.makeDraggable({
|
||||
domNode: domNode,
|
||||
remove: false,
|
||||
dragTiddlerFn: function() {return self.getAttribute("tiddler");},
|
||||
dragFilterFn: function() {return self.getAttribute("filter");},
|
||||
startActions: self.startActions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue