diff --git a/polymer-core.html b/polymer-core.html index 9afc0d77a8..ae55356ce5 100644 --- a/polymer-core.html +++ b/polymer-core.html @@ -1,11 +1,10 @@ + + + - - - - diff --git a/src/elements/compat-element.html b/src/elements/compat-element.html index 5cdcdd9200..b9f8955106 100644 --- a/src/elements/compat-element.html +++ b/src/elements/compat-element.html @@ -22,7 +22,7 @@ function nyi() { var stack = new Error().stack.split('\n'); var fn = stack.reduce(function(prev, val) { - return prev == true ? val : (prev ? prev : + return prev == true ? val : (prev ? prev : val.indexOf('compat-element.html') > 0); }, false); console.warn('Not yet implemented:', fn); @@ -60,7 +60,7 @@ disconnectedCallback() { super.disconnectedCallback(); - this.detached(); + this.detached(); } attributeChangedCallback(name, old, value) { @@ -85,13 +85,13 @@ } reflectPropertyToAttribute(property, attribute, value) { - this.constructor.attributes.propertyToAttribute(this, property, + this.constructor.attributes.propertyToAttribute(this, property, attribute, value); } serializeValueToAttribute(value, attribute, node) { node = node || this; - this.constructor.attributes.valueToAttribute(node, value, + this.constructor.attributes.valueToAttribute(node, value, attribute, value); } diff --git a/src/elements/element.html b/src/elements/element.html index 88247f9c36..1f073c7f47 100644 --- a/src/elements/element.html +++ b/src/elements/element.html @@ -17,6 +17,7 @@ +