mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 10:30:08 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9236ddeb22
commit
926b7469b3
@ -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,
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user