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

ac at codespeak.net ac at codespeak.net
Thu Nov 16 16:30:55 CET 2006


Author: ac
Date: Thu Nov 16 16:30:51 2006
New Revision: 34675

Modified:
   pypy/dist/pypy/translator/js/modules/dom.py
Log:
(pedronis, arre) Make the pythonconsole demo work again.

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	Thu Nov 16 16:30:51 2006
@@ -394,6 +394,8 @@
     # HTML specific
     'style' : Style(),
     'tabIndex' : 12,
+    # XXX: From HTMLInputElement to make pythonconsole work.
+    'value': 'aa',
 })
 
 Element._methods = Node._methods.copy()



More information about the Pypy-commit mailing list