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