mirror of
https://github.com/flynx/serialize.js.git
synced 2026-07-14 12:57:19 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4c17b6ca3c
commit
6ae2d66457
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-serialize",
|
"name": "ig-serialize",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "experimental extended json serializaion...",
|
"description": "experimental extended json serializaion...",
|
||||||
"main": "serialize.js",
|
"main": "serialize.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -636,6 +636,9 @@ module.eJSON = {
|
|||||||
this.setItem(res, a, this.getItem(res, b)) }
|
this.setItem(res, a, this.getItem(res, b)) }
|
||||||
|
|
||||||
return res },
|
return res },
|
||||||
|
|
||||||
|
// to comply with POLS...
|
||||||
|
stringify: serialize,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user