Author: Stephan <[email protected]>
Branch: 
Changeset: r239:e6061cde0c3c
Date: 2012-06-02 10:52 +0200
http://bitbucket.org/pypy/lang-js/changeset/e6061cde0c3c/

Log:    11.4.3

diff --git a/js/jsobj.py b/js/jsobj.py
--- a/js/jsobj.py
+++ b/js/jsobj.py
@@ -91,7 +91,7 @@
         raise JsTypeError()
 
 class W_Null(W_Primitive):
-    _type_ = 'null'
+    _type_ = 'object'
 
     def ToBoolean(self):
         return False
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to