Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Fri, 15 Jan 2016 05:24:33 +0000 (13:24 +0800)
committeredward <edward@roojs.com>
Fri, 15 Jan 2016 05:24:33 +0000 (13:24 +0800)
Roo/bootstrap/ComboBox.js

index 493fcba..6a3f56f 100644 (file)
@@ -2085,7 +2085,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         
         this.inputEl().on("click", this.showTouchView, this);
         this.touchViewFooterEl.select('.roo-touch-view-cancel', true).first().on('click', this.hideTouchView, this);
-        this.touchViewFooterEl.select('.roo-touch-view-ok', true).first().on('click', this.setTouchDeviceValue, this);
+        this.touchViewFooterEl.select('.roo-touch-view-ok', true).first().on('click', this.setTouchViewValue, this);
         
         this.maskEl = new Roo.LoadMask(this.touchViewEl, { store : this.store, msgCls: 'roo-el-mask-msg' });
         
@@ -2176,7 +2176,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         
     },
     
-    setTouchDeviceValue : function()
+    setTouchViewValue : function()
     {
         
         this.hideTouchView();