(attr, newValue)
| 263 | } |
| 264 | |
| 265 | setAttribute (attr, newValue) { |
| 266 | if (attr === 'mixin') { this.updateMixins(newValue); } |
| 267 | window.HTMLElement.prototype.setAttribute.call(this, attr, newValue); |
| 268 | } |
| 269 | |
| 270 | /** |
| 271 | * Removes the mixin element from `mixinEls`. |