remove debugging code
[roojs1] / Roo / bootstrap / Element.js
index c7f118a..bed0e4a 100644 (file)
@@ -59,13 +59,7 @@ Roo.extend(Roo.bootstrap.Element, Roo.bootstrap.Component,  {
         Roo.bootstrap.Element.superclass.initEvents.call(this);
         
         if(this.clickable){
-            
-            if(!Roo.isTouch){
-                this.el.on('click', this.onClick, this);
-            } else {
-                this.el.on('touchstart', this.onClick, this);
-            }
-            
+            this.el.on('click', this.onClick, this);
         }
         
     },