You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in line 82 of traits.js :
http://code.google.com/p/es-lab/source/browse/trunk/src/traits/traits.js#82
it seems the getPrototypeOf fallback implementation is wrong and should really
be:
return obj.prototype;
instead of
return Object.prototype;
Since I didn't try to use the lib yet, I don't know if this cause any problem
though, but I bet it could.
Original issue reported on code.google.com by [email protected] on 30 May 2011 at 7:11
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 May 2011 at 7:11The text was updated successfully, but these errors were encountered: