[pypy-svn] r39367 - pypy/dist/pypy/translator/js/modules

fijal at codespeak.net fijal at codespeak.net
Sat Feb 24 18:00:17 CET 2007


Author: fijal
Date: Sat Feb 24 18:00:13 2007
New Revision: 39367

Modified:
   pypy/dist/pypy/translator/js/modules/dom.py
Log:
Lift the need of suggested_primitive


Modified: pypy/dist/pypy/translator/js/modules/dom.py
==============================================================================
--- pypy/dist/pypy/translator/js/modules/dom.py	(original)
+++ pypy/dist/pypy/translator/js/modules/dom.py	Sat Feb 24 18:00:13 2007
@@ -715,12 +715,6 @@
     'shiftKey': bool,
 })
 
-# XXX: Right now this is only way to get it rendered
-setTimeout.suggested_primitive = True
-
-# the following code wraps minidom nodes with Node classes, and makes
-# sure all methods on the nodes return wrapped nodes
-
 class _FunctionWrapper(object):
     """makes sure function return values are wrapped if appropriate"""
     def __init__(self, callable):



More information about the Pypy-commit mailing list