[pypy-svn] r39147 - pypy/dist/pypy/doc/js

fijal at codespeak.net fijal at codespeak.net
Sun Feb 18 00:47:23 CET 2007


Author: fijal
Date: Sun Feb 18 00:47:22 2007
New Revision: 39147

Modified:
   pypy/dist/pypy/doc/js/todo.txt
Log:
another attempt


Modified: pypy/dist/pypy/doc/js/todo.txt
==============================================================================
--- pypy/dist/pypy/doc/js/todo.txt	(original)
+++ pypy/dist/pypy/doc/js/todo.txt	Sun Feb 18 00:47:22 2007
@@ -20,7 +20,8 @@
 * Support bound methods as arguments for callbacks.
 
   - if you pass a bound method to a callback, this method is called
-      with previously bound self
+    with previously bound self
+
   - if you provide an unbound method for a callback, this is an error,
     unless class is proper to the callback object (or high level class
     apropriate for that DOM object), in which case a bound method is



More information about the Pypy-commit mailing list