mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 20:29:10 +00:00
Remove unused class attribute from edit-bitmap widget
This commit is contained in:
parent
4646ba4e30
commit
4d4a84c5bf
@ -85,7 +85,6 @@ Compute the internal state of the widget
|
|||||||
EditBitmapWidget.prototype.execute = function() {
|
EditBitmapWidget.prototype.execute = function() {
|
||||||
// Get our parameters
|
// Get our parameters
|
||||||
this.editTitle = this.getAttribute("tiddler",this.getVariable("currentTiddler"));
|
this.editTitle = this.getAttribute("tiddler",this.getVariable("currentTiddler"));
|
||||||
this.editClass = this.getAttribute("class");
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user