From 926b7469b3052b817abae446e6a1e0023e3cade4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 10 Oct 2020 00:02:17 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- Object.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Object.js b/Object.js index 14dc6c1..d0bd7f9 100644 --- a/Object.js +++ b/Object.js @@ -98,7 +98,7 @@ Object.sort = function(obj, keys){ delete obj[k] Object.defineProperty(obj, k, v) } }) return obj } -//* XXX for some reason this shadows Map.prototype.sort +/* XXX this messes up things... Object.prototype.sort || Object.defineProperty(Object.prototype, 'sort', { writable: true, diff --git a/package.json b/package.json index 30d235d..74f3151 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-types", - "version": "2.0.15", + "version": "2.0.16", "description": "Generic JavaScript types and type extensions...", "main": "main.js", "scripts": {