diff --git a/Set.js b/Set.js index 7cf35f3..48753e6 100644 --- a/Set.js +++ b/Set.js @@ -92,6 +92,9 @@ object.Mixin('SetMixin', 'soft', { && this.sort(order) return this }, + // XXX do we need this??? + // ...should this be enough??? + // new Set([...set].splice(..)) splice: function(from, count, ...items){ var that = this var order = [...this]