1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 08:43:14 +00:00

Remove unused class attribute from edit-bitmap widget

This commit is contained in:
Jeremy Ruston 2013-10-31 12:36:38 +00:00
parent 4646ba4e30
commit 4d4a84c5bf

View File

@ -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");
};
/*