Roo/bootstrap/PhoneInput.js
authorjohn <john@roojs.com>
Tue, 23 Jan 2018 04:20:39 +0000 (12:20 +0800)
committerjohn <john@roojs.com>
Tue, 23 Jan 2018 04:20:39 +0000 (12:20 +0800)
Roo/bootstrap/PhoneInput.js

index 31621f8..1e7e1a3 100644 (file)
@@ -87,7 +87,7 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, {
          var id = Roo.id();
          
          var cfg = {
-             cls: 'form-group' //input-group
+             cls: 'form-group'
          };
          
          var input =  {
@@ -95,7 +95,7 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, {
              id : id,
              type : this.inputType,
              cls : 'form-control',
-             placeholder : this.placeholder || '' //marker
+             placeholder : this.placeholder || ''
          };
          
          if (this.name) {
@@ -115,7 +115,7 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, {
              var feedback = {
                  tag: 'span',
                  cls: 'glyphicon form-control-feedback',
-                 style: 'right: 0px'  //marker
+                 style: 'right: 0px'
              };
          }