public
Fork of sstephenson/prototype
Description: Prototype JavaScript framework
Homepage: http://prototypejs.org/
Clone URL: git://github.com/tobie/prototype.git
Re-comment the valueOf assignment, still unsupported.
tobie (author)
Mon Jul 14 01:00:15 -0700 2008
commit  df826a51b81dacc5750fab88b578b412e70e0386
tree    e55543d0acda22ab8741dc9e3304103afe21b4b1
parent  278dee990f74dc2555520d1085ee8358a200dfa5
...
67
68
69
70
 
71
72
73
...
67
68
69
 
70
71
72
73
0
@@ -67,7 +67,7 @@ Class.Methods = {
0
           return function() { return ancestor[m].apply(this, arguments) };
0
         })(property).wrap(method);
0
 
0
- value.valueOf = method.valueOf.bind(method);
0
+ // value.valueOf = method.valueOf.bind(method);
0
         // value.toString = method.toString.bind(method);
0
       }
0
       this.prototype[property] = value;

Comments

    No one has commented yet.