-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hey Ye,
I am just wondering if it makes sense to have an arrow function here:
group : { type: Object, value: () => {return {name: Math.random()};}, observer: "groupChanged" }, |
Code reads:
group : { type: Object, value: () => {return {name: Math.random()};}, observer: "groupChanged" },
This line alone makes the Polymer binding totally incompatible with a lot of browsers out there!
Metadata
Metadata
Assignees
Labels
No labels