var person = {name:"John Smith", age:35, sex:"male"}; var map = new ObjectMap(person); map.remove("age"); alert(map.getPairs());
Name | Type | Default | Description |
---|---|---|---|
object | Object | The object |
object | The object |
object
The object |