mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Minor (no-op) change
This commit is contained in:
@@ -32,7 +32,7 @@ AttributeHandler.prototype.update = function (element, oldValue, value) {
|
||||
if (oldValue !== null)
|
||||
element.removeAttribute(this.name);
|
||||
} else {
|
||||
element.setAttribute(this.name, this.value);
|
||||
element.setAttribute(this.name, value);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user