jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

merge Map and ObjEx classes #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
perhaps there is no need to have two separate classes.

Original issue reported on code.google.com by sou...@gmail.com on 24 Nov 2008 at 11:49

GoogleCodeExporter commented 9 years ago
Weren't those two things meant for two completely different purposes?

Map was like an Object except it didn't have any of the prototype, or whatever 
things
on it, so you could use any key you wanted on it.

And ObjEx was meant for spying on access to an object, or interception.

Original comment by nadir.se...@gmail.com on 29 Nov 2008 at 4:58

GoogleCodeExporter commented 9 years ago
True, it is not a good idea to merge them.
However I will perhaps move ObjEx to the jsstd module.

Original comment by sou...@gmail.com on 30 Nov 2008 at 2:38

GoogleCodeExporter commented 9 years ago
jsobjex module has been merged into jsstd module (At revision: 2437).

Original comment by sou...@gmail.com on 9 May 2009 at 9:28