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

fijal at codespeak.net fijal at codespeak.net
Mon Jan 1 15:55:51 CET 2007


Author: fijal
Date: Mon Jan  1 15:55:50 2007
New Revision: 36096

Modified:
   pypy/dist/pypy/translator/js/modules/dom.py
Log:
oops.


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	Mon Jan  1 15:55:50 2007
@@ -694,7 +694,6 @@
 get_window.suggested_primitive = True
 get_document.suggested_primitive = True
 setTimeout.suggested_primitive = True
-alert.suggested_primitive = True
 
 # the following code wraps minidom nodes with Node classes, and makes
 # sure all methods on the nodes return wrapped nodes



More information about the Pypy-commit mailing list