[pypy-commit] lang-js default: 11.4.3

stepahn noreply at buildbot.pypy.org
Fri Dec 28 11:34:20 CET 2012


Author: Stephan <stephan at stzal.com>
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


More information about the pypy-commit mailing list