montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.1k stars 183 forks source link

Re-factored code for delete method of set module #80

Closed kelsadita closed 10 years ago

kriskowal commented 10 years ago

Do you have a rationale for needing this change?

kelsadita commented 10 years ago

This change has been made,

kriskowal commented 10 years ago

Regarding ["delete"] vs delete, if there is an inconsistency, we must use the former for pre-ES5 support.

kelsadita commented 10 years ago

Ok , got it :)