[Commits] r2723 - sandbox/gxm/geoext/gxm/examples
commits at geoext.org
commits at geoext.org
Thu May 26 17:00:42 CEST 2011
Author: marcjansen
Date: 2011-05-26 17:00:42 +0200 (Thu, 26 May 2011)
New Revision: 2723
Modified:
sandbox/gxm/geoext/gxm/examples/mappanel.js
Log:
- minors
Modified: sandbox/gxm/geoext/gxm/examples/mappanel.js
===================================================================
--- sandbox/gxm/geoext/gxm/examples/mappanel.js 2011-05-26 07:06:32 UTC (rev 2722)
+++ sandbox/gxm/geoext/gxm/examples/mappanel.js 2011-05-26 15:00:42 UTC (rev 2723)
@@ -149,10 +149,10 @@
dockedItems: [
{
xtype: 'toolbar',
- items: {
+ items: [{
xtype: 'button',
text: 'Source',
- handler: function() {
+ handler: function(){
var overlay = new Ext.Panel({
floating: true,
modal: true,
@@ -163,7 +163,7 @@
});
overlay.showBy(this);
}
- },
+ }],
dock: 'bottom'
}
]
More information about the Commits
mailing list