Closed
Description
Hello guys!
I'm using polymer 0.5.3 and core/paper components 0.5.3.
I've got an error in Safari (8.0.2), Mobile Chrome (IPad), Mobile Safari (IPad) that causes something on
webcomponents.js:317 - defineProperty.
function defineGetter(constructor, name, getter) {
getterDescriptor.get = getter;
defineProperty(constructor.prototype, name, getterDescriptor);
}
After debug, I found out that it fails with:
constructor.prototype -> GeneratedWrapper
name -> ownerSVGElement
getterDescription -> Object({configurable: true
enumerable: true})
Metadata
Assignees
Labels
No labels