bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-10-10 00:02:17 +03:00
parent 9236ddeb22
commit 926b7469b3
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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": {