@polymer/lit-element
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -124,3 +124,3 @@ /** | ||
if (change && this.__isChanging) { | ||
console.trace(`Setting propertyes in response to other properties changing considered harmful. Setting '${name}' from '${this._getProperty(name)}' to '${value}'.`); | ||
console.trace(`Setting propertyes in response to other properties changing considered harmful. Setting '${property}' from '${this._getProperty(property)}' to '${value}'.`); | ||
} | ||
@@ -127,0 +127,0 @@ return change; |
{ | ||
"name": "@polymer/lit-element", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Polymer based lit-html custom element", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
@@ -133,3 +133,3 @@ /** | ||
if (change && this.__isChanging) { | ||
console.trace(`Setting propertyes in response to other properties changing considered harmful. Setting '${name}' from '${this._getProperty(name)}' to '${value}'.`); | ||
console.trace(`Setting propertyes in response to other properties changing considered harmful. Setting '${property}' from '${this._getProperty(property)}' to '${value}'.`); | ||
} | ||
@@ -136,0 +136,0 @@ return change; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30792