mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5691 from eltociear/patch-3
Fix typo in disable-upgrade-mixin.js
This commit is contained in:
@@ -126,7 +126,7 @@ export const DisableUpgradeMixin = dedupingMixin((base) => {
|
||||
*/
|
||||
attributeChangedCallback(name, old, value, namespace) {
|
||||
if (name == DISABLED_ATTR) {
|
||||
// When disable-upgrade is removed, intialize properties and
|
||||
// When disable-upgrade is removed, initialize properties and
|
||||
// provoke connectedCallback if the element is already connected.
|
||||
if (this.__isUpgradeDisabled && value == null) {
|
||||
super._initializeProperties();
|
||||
|
||||
Reference in New Issue
Block a user