Remove unused class attribute from checkbox widget

print-window-tiddler
Jeremy Ruston 2013-10-30 16:28:57 +00:00
rodzic f9c95dda46
commit 4646ba4e30
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -81,7 +81,6 @@ CheckboxWidget.prototype.execute = function() {
// Get the parameters from the attributes
this.checkboxTitle = this.getAttribute("tiddler",this.getVariable("currentTiddler"));
this.checkboxTag = this.getAttribute("tag");
this.checkboxClass = this.getAttribute("class");
// Make the child widgets
this.makeChildWidgets();
};