[Commits] r2495 - sandbox/cmoullet/ux/Mobile/app
commits at geoext.org
commits at geoext.org
Sun Nov 28 05:22:05 CET 2010
Author: cmoullet
Date: 2010-11-28 05:22:05 +0100 (Sun, 28 Nov 2010)
New Revision: 2495
Modified:
sandbox/cmoullet/ux/Mobile/app/init.js
Log:
Debug for iphone
Modified: sandbox/cmoullet/ux/Mobile/app/init.js
===================================================================
--- sandbox/cmoullet/ux/Mobile/app/init.js 2010-11-27 20:16:05 UTC (rev 2494)
+++ sandbox/cmoullet/ux/Mobile/app/init.js 2010-11-28 04:22:05 UTC (rev 2495)
@@ -12,6 +12,7 @@
listeners : {
keyup: function(field, e) {
var key = e.browserEvent.keyCode;
+ alert(key);
if (key === 13) {
field.blur();
Ext.util.JSONP.request({
More information about the Commits
mailing list