Author: jmorliaguet
Date: Wed Feb 15 00:22:01 2006
New Revision: 2381

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

- using the API: CPSSkins.notify('stored') is called when the data is
  physically written in the storage



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 Wed Feb 15 
00:22:01 2006
@@ -942,7 +942,7 @@
 
   requestData: function() {
     /* nothing to do since the data is already there */
-    CPSSkins.notify('stored', {"target": this});
+    this.write(this.read());
   },
 
   storeData: function(data) {
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to