--- a/web/data/cubicweb.python.js Mon Jan 24 09:42:09 2011 +0100
+++ b/web/data/cubicweb.python.js Mon Jan 24 11:39:53 2011 +0100
@@ -248,9 +248,11 @@
* this is a js class factory. objects returned by this function behave
* more or less like a python class. The `class` function prototype is
* inspired by the python `type` builtin
- * Important notes :
- * -> methods are _STATICALLY_ attached when the class it created
- * -> multiple inheritance was never tested, which means it doesn't work ;-)
+ *
+ * .. Note::
+ *
+ * * methods are _STATICALLY_ attached when the class it created
+ * * multiple inheritance was never tested, which means it doesn't work ;-)
*/
function defclass(name, bases, classdict) {
var baseclasses = bases || [];