Skip to content

Commit

Permalink
Merge branch 'master' into 5660-template-function
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed May 20, 2020
2 parents 22ac86a + 4d057ed commit 38f19b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/legacy/legacy-element-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ export const LegacyElementMixin = dedupingMixin((base) => {
/**
* Sets the value of an attribute.
* @override
* @param {string} name The name of the attribute to change.
* @param {string|number|boolean|!TrustedHTML|!TrustedScriptURL|!TrustedURL} value The new attribute value.
*/
setAttribute(name, value) {
if (legacyNoObservedAttributes && !this._legacyForceObservedAttributes) {
Expand All @@ -163,7 +161,6 @@ export const LegacyElementMixin = dedupingMixin((base) => {
/**
* Removes an attribute.
* @override
* @param {string} name The name of the attribute to remove.
*/
removeAttribute(name) {
if (legacyNoObservedAttributes && !this._legacyForceObservedAttributes) {
Expand Down

0 comments on commit 38f19b8

Please sign in to comment.