[OpenLayers-Commits] r11345 - sandbox/bartvde/sencha/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Feb 23 11:01:02 EST 2011


Author: bartvde
Date: 2011-02-23 08:01:02 -0800 (Wed, 23 Feb 2011)
New Revision: 11345

Modified:
   sandbox/bartvde/sencha/openlayers/examples/mobile-sencha.js
Log:
typo

Modified: sandbox/bartvde/sencha/openlayers/examples/mobile-sencha.js
===================================================================
--- sandbox/bartvde/sencha/openlayers/examples/mobile-sencha.js	2011-02-23 16:00:26 UTC (rev 11344)
+++ sandbox/bartvde/sencha/openlayers/examples/mobile-sencha.js	2011-02-23 16:01:02 UTC (rev 11345)
@@ -24,7 +24,7 @@
 
     initComponent: function() {
         this.store = this.createStore();
-        this.itemTpl = new Ext.XTemplate('<span">', 
+        this.itemTpl = new Ext.XTemplate('<span>', 
             '<tpl if="visibility == true">',
             '<img width="20" src="img/check-round-green.png">',
             '</tpl>',



More information about the Commits mailing list