mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-10 06:46:06 +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() {
|
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");
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user