[fusion-commits] r1989 - in sandbox/jxlib-3.0: lib templates/mapguide/standard/themes/crispin/images templates/mapguide/standard/themes/delicious/images templates/mapserver/standard/themes/crispin/images templates/mapserver/standard/themes/delicious/images

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Nov 24 15:55:17 EST 2009


Author: pagameba
Date: 2009-11-24 15:55:16 -0500 (Tue, 24 Nov 2009)
New Revision: 1989

Added:
   sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/icons.png
   sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice.png
   sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice_error.png
   sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice_success.png
   sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice_warning.png
   sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/icons.png
   sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice.png
   sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice_error.png
   sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice_success.png
   sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice_warning.png
   sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/icons.png
   sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice.png
   sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice_error.png
   sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice_success.png
   sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice_warning.png
   sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/icons.png
   sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice.png
   sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice_error.png
   sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice_success.png
   sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice_warning.png
Modified:
   sandbox/jxlib-3.0/lib/jxlib.uncompressed.js
Log:
updating jxlib

Modified: sandbox/jxlib-3.0/lib/jxlib.uncompressed.js
===================================================================
--- sandbox/jxlib-3.0/lib/jxlib.uncompressed.js	2009-11-24 20:11:06 UTC (rev 1988)
+++ sandbox/jxlib-3.0/lib/jxlib.uncompressed.js	2009-11-24 20:55:16 UTC (rev 1989)
@@ -31146,8 +31146,10 @@
     },
     
     remove: function (notice) {
-        notice.removeEvents('close');
-        notice.hide();
+        if (this.domObj.hasChild(notice)) {
+            notice.removeEvents('close');
+            notice.hide();
+        }
     }
 });Jx.Notifier.Float = new Class({
     
@@ -31180,8 +31182,7 @@
         notice.options.chrome = this.options.chrome;
         this.parent(notice);
     }
-});
- // $Id: $
+}); // $Id: $
 /**
  * Class: Jx.Formatter
  *

Added: sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/icons.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/icons.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice_error.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice_error.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice_success.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice_success.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice_warning.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapguide/standard/themes/crispin/images/notice_warning.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/icons.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/icons.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice_error.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice_error.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice_success.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice_success.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice_warning.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapguide/standard/themes/delicious/images/notice_warning.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/icons.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/icons.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice_error.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice_error.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice_success.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice_success.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice_warning.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapserver/standard/themes/crispin/images/notice_warning.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/icons.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/icons.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice_error.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice_error.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice_success.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice_success.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice_warning.png
===================================================================
(Binary files differ)


Property changes on: sandbox/jxlib-3.0/templates/mapserver/standard/themes/delicious/images/notice_warning.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the fusion-commits mailing list