diff -r 5e9055b8c10a -r 2543cfa5d54a web/views/tabs.py --- a/web/views/tabs.py Tue Apr 06 18:51:17 2010 +0200 +++ b/web/views/tabs.py Tue Apr 06 19:08:07 2010 +0200 @@ -32,9 +32,7 @@ def lazyview(self, vid, rql=None, eid=None, rset=None, tabid=None, reloadable=False, show_spinbox=True, w=None): - """a lazy version of wview - first version only support lazy viewing for an entity at a time - """ + """ a lazy version of wview """ w = w or self.w self._cw.add_js('cubicweb.lazy.js') urlparams = {'vid' : vid, 'fname' : 'view'}