Author: jmorliaguet
Date: Wed Feb 15 12:30:39 2006
New Revision: 2385

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

- test fix



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 
12:30:39 2006
@@ -843,6 +843,7 @@
     var storage_def = this.def.storage;
     if (!storage_def) {
       storage_def = {"type": "ram"};
+      this.def.storage = storage_def;
     }
     var model = this;
     var storage = Storages[storage_def.type](this);
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to