Maybe this is an oversight, maybe it's by design so you always get
some valid input from repr; I'm not sure but here's my suggestion.

 - Aaron

===================================================================
--- Base.js     (revision 1269)
+++ Base.js     (working copy)
@@ -742,6 +742,9 @@
             }
             return MochiKit.Base.reprRegistry.match(o);
         } catch (e) {
+            if(e !== MochiKit.Base.NotFound) {
+                throw e;
+            }
             if (typeof(o.NAME) == 'string' && (
                     o.toString == Function.prototype.toString ||
                     o.toString == Object.prototype.toString


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to