-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Ciao Andrea,
The way Map#set
is polyfilled doesn't seem correct:
set: function set(value) {
var i = k.indexOf(value);
v[i < 0 ? k.push(value) - 1 : i] = value;
}
https://github.com/WebReflection/domdiff/blob/master/index.js#L79-L82
I know that you've published https://github.com/WebReflection/poorlyfills, where it's implemented correctly. Probably this is just a disalignment.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels