Author: jmorliaguet
Date: Sat Mar  4 20:18:03 2006
New Revision: 2525

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

- fixed typo



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 Sat Mar  4 
20:18:03 2006
@@ -1525,7 +1525,7 @@
     var view = this;
 
     if (url) {
-      var evt_id = "loaded template " + this.id;
+      var evt_id = "loaded template " + this.def.id;
       var options = {
         onComplete: function(req) {
           view.source = req.responseText;
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to