Remove unused class attribute from edit-bitmap widget

print-window-tiddler
Jeremy Ruston 2013-10-31 12:36:38 +00:00
rodzic 4646ba4e30
commit 4d4a84c5bf
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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