Author: jmorliaguet
Date: Sun Feb  5 23:12:46 2006
New Revision: 2304

Modified:
   cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js
Log:

- no need to clear the data at each new data request



Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js (original)
+++ cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Sun Feb  5 
23:12:46 2006
@@ -917,7 +917,6 @@
 
   requestData: function() {
     var model = this.model;
-    this.write({});
     $A(this.models).each(function(m) {
       m.storage.requestData();
     });
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to