Closed GoogleCodeExporter closed 8 years ago
Intentional change, fetchData() without a callback usually makes no sense,
since fetchData() has no side effects. The presence of a signature with no
arguments was causing confusion.
For the very rare case of using fetchData() to populate caches (cacheAllData)
*and* not needing a callback, yes you must pass null.
Original comment by smartgwt...@gmail.com
on 1 Sep 2011 at 6:35
Original issue reported on code.google.com by
andrias...@googlemail.com
on 1 Sep 2011 at 10:29