webshims-rails 1.15.8 → 1.15.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/lib/assets/javascripts/webshims/polyfiller.js +1 -1
  3. data/lib/assets/javascripts/webshims/shims/combos/1.js +1 -1
  4. data/lib/assets/javascripts/webshims/shims/combos/10.js +1 -1
  5. data/lib/assets/javascripts/webshims/shims/combos/11.js +1 -1
  6. data/lib/assets/javascripts/webshims/shims/combos/15.js +1 -1
  7. data/lib/assets/javascripts/webshims/shims/combos/16.js +2 -2
  8. data/lib/assets/javascripts/webshims/shims/combos/17.js +1 -1
  9. data/lib/assets/javascripts/webshims/shims/combos/2.js +2 -2
  10. data/lib/assets/javascripts/webshims/shims/combos/3.js +1 -1
  11. data/lib/assets/javascripts/webshims/shims/combos/30.js +1 -1
  12. data/lib/assets/javascripts/webshims/shims/combos/31.js +1 -1
  13. data/lib/assets/javascripts/webshims/shims/combos/5.js +1 -1
  14. data/lib/assets/javascripts/webshims/shims/combos/6.js +1 -1
  15. data/lib/assets/javascripts/webshims/shims/combos/7.js +1 -1
  16. data/lib/assets/javascripts/webshims/shims/combos/8.js +2 -2
  17. data/lib/assets/javascripts/webshims/shims/combos/9.js +1 -1
  18. data/lib/assets/javascripts/webshims/shims/form-core.js +1 -1
  19. data/lib/assets/javascripts/webshims/shims/form-number-date-ui.js +1 -1
  20. data/lib/webshims-rails/version.rb +2 -2
  21. data/vendor/assets/javascripts/webshims/polyfiller.js +1 -1
  22. data/vendor/assets/javascripts/webshims/shims/combos/1.js +3 -5
  23. data/vendor/assets/javascripts/webshims/shims/combos/10.js +6 -6
  24. data/vendor/assets/javascripts/webshims/shims/combos/11.js +5 -5
  25. data/vendor/assets/javascripts/webshims/shims/combos/14.js +2 -2
  26. data/vendor/assets/javascripts/webshims/shims/combos/15.js +6 -8
  27. data/vendor/assets/javascripts/webshims/shims/combos/16.js +8 -9
  28. data/vendor/assets/javascripts/webshims/shims/combos/17.js +6 -6
  29. data/vendor/assets/javascripts/webshims/shims/combos/18.js +2 -1
  30. data/vendor/assets/javascripts/webshims/shims/combos/2.js +5 -6
  31. data/vendor/assets/javascripts/webshims/shims/combos/28.js +3 -3
  32. data/vendor/assets/javascripts/webshims/shims/combos/3.js +3 -5
  33. data/vendor/assets/javascripts/webshims/shims/combos/30.js +4 -6
  34. data/vendor/assets/javascripts/webshims/shims/combos/31.js +3 -5
  35. data/vendor/assets/javascripts/webshims/shims/combos/4.js +1 -1
  36. data/vendor/assets/javascripts/webshims/shims/combos/5.js +7 -7
  37. data/vendor/assets/javascripts/webshims/shims/combos/6.js +8 -8
  38. data/vendor/assets/javascripts/webshims/shims/combos/7.js +6 -7
  39. data/vendor/assets/javascripts/webshims/shims/combos/8.js +5 -6
  40. data/vendor/assets/javascripts/webshims/shims/combos/9.js +7 -7
  41. data/vendor/assets/javascripts/webshims/shims/combos/comboinfo.json +1 -1
  42. data/vendor/assets/javascripts/webshims/shims/form-core.js +1 -3
  43. data/vendor/assets/javascripts/webshims/shims/form-number-date-ui.js +4 -4
  44. metadata +2 -2
@@ -807,7 +807,7 @@ switch(desc.proptype) {
807
807
  webshims.defineNodeNamesProperties(['input', 'button'], formSubmitterDescriptors);
808
808
 
809
809
  }); //webshims.ready end
810
- webshims.register('form-message', function ($, webshims, window, document, undefined, options) {
810
+ ;webshims.register('form-message', function($, webshims, window, document, undefined, options){
811
811
  "use strict";
812
812
  if(options.lazyCustomMessages){
813
813
  options.customMessages = true;
@@ -1119,7 +1119,7 @@ webshims.register('form-message', function ($, webshims, window, document, undef
1119
1119
 
1120
1120
  });
1121
1121
  });
1122
- webshims.register('form-number-date-api', function ($, webshims, window, document, undefined, options) {
1122
+ ;webshims.register('form-number-date-api', function($, webshims, window, document, undefined, options){
1123
1123
  "use strict";
1124
1124
  if(!webshims.addInputType){
1125
1125
  webshims.error("you can not call forms-ext feature after calling forms feature. call both at once instead: $.webshims.polyfill('forms forms-ext')");
@@ -1735,7 +1735,7 @@ webshims.register('form-number-date-api', function ($, webshims, window, documen
1735
1735
  }
1736
1736
 
1737
1737
  });
1738
- webshims.register('form-datalist', function ($, webshims, window, document, undefined, options) {
1738
+ ;webshims.register('form-datalist', function($, webshims, window, document, undefined, options){
1739
1739
  "use strict";
1740
1740
  var lazyLoad = function(name){
1741
1741
  if(!name || typeof name != 'string'){
@@ -1234,7 +1234,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine
1234
1234
 
1235
1235
  })();
1236
1236
  });
1237
- webshims.register('form-core', function ($, webshims, window, document, undefined, options) {
1237
+ ;webshims.register('form-core', function($, webshims, window, document, undefined, options){
1238
1238
  "use strict";
1239
1239
 
1240
1240
  webshims.capturingEventPrevented = function(e){
@@ -1373,8 +1373,6 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1373
1373
 
1374
1374
  var transClass = ('transitionDelay' in document.documentElement.style) ? '' : ' no-transition';
1375
1375
  var poCFG = webshims.cfg.wspopover;
1376
- var lReg = /</g;
1377
- var gReg = />/g;
1378
1376
 
1379
1377
  addModule('form-validation', $.extend({d: ['form-message']}, formExtras));
1380
1378
 
@@ -1501,7 +1499,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1501
1499
  var message = '';
1502
1500
  var elem = this[0];
1503
1501
  if(elem){
1504
- message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '').replace(lReg, '&lt;').replace(gReg, '&gt;');
1502
+ message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '');
1505
1503
  }
1506
1504
  return message;
1507
1505
  };
@@ -1549,7 +1547,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1549
1547
  webshims.isReady('WINDOWLOAD', true);
1550
1548
  }
1551
1549
  });
1552
- webshims.register('form-message', function ($, webshims, window, document, undefined, options) {
1550
+ ;webshims.register('form-message', function($, webshims, window, document, undefined, options){
1553
1551
  "use strict";
1554
1552
  if(options.lazyCustomMessages){
1555
1553
  options.customMessages = true;
@@ -1234,7 +1234,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine
1234
1234
 
1235
1235
  })();
1236
1236
  });
1237
- webshims.register('form-core', function ($, webshims, window, document, undefined, options) {
1237
+ ;webshims.register('form-core', function($, webshims, window, document, undefined, options){
1238
1238
  "use strict";
1239
1239
 
1240
1240
  webshims.capturingEventPrevented = function(e){
@@ -1373,8 +1373,6 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1373
1373
 
1374
1374
  var transClass = ('transitionDelay' in document.documentElement.style) ? '' : ' no-transition';
1375
1375
  var poCFG = webshims.cfg.wspopover;
1376
- var lReg = /</g;
1377
- var gReg = />/g;
1378
1376
 
1379
1377
  addModule('form-validation', $.extend({d: ['form-message']}, formExtras));
1380
1378
 
@@ -1501,7 +1499,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1501
1499
  var message = '';
1502
1500
  var elem = this[0];
1503
1501
  if(elem){
1504
- message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '').replace(lReg, '&lt;').replace(gReg, '&gt;');
1502
+ message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '');
1505
1503
  }
1506
1504
  return message;
1507
1505
  };
@@ -1549,7 +1547,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1549
1547
  webshims.isReady('WINDOWLOAD', true);
1550
1548
  }
1551
1549
  });
1552
- webshims.register('form-message', function ($, webshims, window, document, undefined, options) {
1550
+ ;webshims.register('form-message', function($, webshims, window, document, undefined, options){
1553
1551
  "use strict";
1554
1552
  if(options.lazyCustomMessages){
1555
1553
  options.customMessages = true;
@@ -1861,7 +1859,7 @@ webshims.register('form-message', function ($, webshims, window, document, undef
1861
1859
 
1862
1860
  });
1863
1861
  });
1864
- webshims.register('form-datalist', function ($, webshims, window, document, undefined, options) {
1862
+ ;webshims.register('form-datalist', function($, webshims, window, document, undefined, options){
1865
1863
  "use strict";
1866
1864
  var lazyLoad = function(name){
1867
1865
  if(!name || typeof name != 'string'){
@@ -1234,7 +1234,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine
1234
1234
 
1235
1235
  })();
1236
1236
  });
1237
- webshims.register('form-core', function ($, webshims, window, document, undefined, options) {
1237
+ ;webshims.register('form-core', function($, webshims, window, document, undefined, options){
1238
1238
  "use strict";
1239
1239
 
1240
1240
  webshims.capturingEventPrevented = function(e){
@@ -1373,8 +1373,6 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1373
1373
 
1374
1374
  var transClass = ('transitionDelay' in document.documentElement.style) ? '' : ' no-transition';
1375
1375
  var poCFG = webshims.cfg.wspopover;
1376
- var lReg = /</g;
1377
- var gReg = />/g;
1378
1376
 
1379
1377
  addModule('form-validation', $.extend({d: ['form-message']}, formExtras));
1380
1378
 
@@ -1501,7 +1499,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1501
1499
  var message = '';
1502
1500
  var elem = this[0];
1503
1501
  if(elem){
1504
- message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '').replace(lReg, '&lt;').replace(gReg, '&gt;');
1502
+ message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '');
1505
1503
  }
1506
1504
  return message;
1507
1505
  };
@@ -1549,7 +1547,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1549
1547
  webshims.isReady('WINDOWLOAD', true);
1550
1548
  }
1551
1549
  });
1552
- webshims.register('form-datalist', function ($, webshims, window, document, undefined, options) {
1550
+ ;webshims.register('form-datalist', function($, webshims, window, document, undefined, options){
1553
1551
  "use strict";
1554
1552
  var lazyLoad = function(name){
1555
1553
  if(!name || typeof name != 'string'){
@@ -1234,7 +1234,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine
1234
1234
 
1235
1235
  })();
1236
1236
  });
1237
- webshims.register('form-message', function ($, webshims, window, document, undefined, options) {
1237
+ ;webshims.register('form-message', function($, webshims, window, document, undefined, options){
1238
1238
  "use strict";
1239
1239
  if(options.lazyCustomMessages){
1240
1240
  options.customMessages = true;
@@ -209,7 +209,7 @@ webshims.register('form-native-extend', function($, webshims, window, doc, undef
209
209
 
210
210
 
211
211
  });
212
- webshims.register('form-number-date-api', function ($, webshims, window, document, undefined, options) {
212
+ ;webshims.register('form-number-date-api', function($, webshims, window, document, undefined, options){
213
213
  "use strict";
214
214
  if(!webshims.addInputType){
215
215
  webshims.error("you can not call forms-ext feature after calling forms feature. call both at once instead: $.webshims.polyfill('forms forms-ext')");
@@ -825,7 +825,7 @@ webshims.register('form-number-date-api', function ($, webshims, window, documen
825
825
  }
826
826
 
827
827
  });
828
- (function ($) {
828
+ ;(function($){
829
829
  "use strict";
830
830
 
831
831
  var isNumber = function(string){
@@ -1445,7 +1445,7 @@ webshims.register('form-number-date-api', function ($, webshims, window, documen
1445
1445
  webshims.isReady('range-ui', true);
1446
1446
  }
1447
1447
  })(window.webshims ? webshims.$ : jQuery);
1448
- webshims.register('form-number-date-ui', function ($, webshims, window, document, undefined, options) {
1448
+ ;webshims.register('form-number-date-ui', function($, webshims, window, document, undefined, options){
1449
1449
  "use strict";
1450
1450
  var curCfg;
1451
1451
  var formcfg = webshims.formcfg;
@@ -1755,8 +1755,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
1755
1755
  formcfg['en-US'] = $.extend(true, {}, formcfg.en, {
1756
1756
  date: {firstDay: 0},
1757
1757
  patterns: {d: "mm/dd/yy"},
1758
- dateSigns: '-',
1759
- dFormat: "/",
1758
+ dateSigns: '/',
1759
+ dFormat: "/",
1760
1760
  meridian: ['AM', 'PM']
1761
1761
 
1762
1762
  });
@@ -1765,8 +1765,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
1765
1765
  formcfg['en-GB'] = $.extend(true, {}, formcfg.en, {
1766
1766
  date: {firstDay: 1},
1767
1767
  patterns: {d: "dd/mm/yy"},
1768
- dateSigns: '-',
1769
- dFormat: "/",
1768
+ dateSigns: '/',
1769
+ dFormat: "/",
1770
1770
  meridian: ['AM', 'PM']
1771
1771
  });
1772
1772
  }
@@ -209,7 +209,7 @@ webshims.register('form-native-extend', function($, webshims, window, doc, undef
209
209
 
210
210
 
211
211
  });
212
- webshims.register('form-number-date-api', function ($, webshims, window, document, undefined, options) {
212
+ ;webshims.register('form-number-date-api', function($, webshims, window, document, undefined, options){
213
213
  "use strict";
214
214
  if(!webshims.addInputType){
215
215
  webshims.error("you can not call forms-ext feature after calling forms feature. call both at once instead: $.webshims.polyfill('forms forms-ext')");
@@ -825,7 +825,7 @@ webshims.register('form-number-date-api', function ($, webshims, window, documen
825
825
  }
826
826
 
827
827
  });
828
- (function ($) {
828
+ ;(function($){
829
829
  "use strict";
830
830
 
831
831
  var isNumber = function(string){
@@ -1445,7 +1445,7 @@ webshims.register('form-number-date-api', function ($, webshims, window, documen
1445
1445
  webshims.isReady('range-ui', true);
1446
1446
  }
1447
1447
  })(window.webshims ? webshims.$ : jQuery);
1448
- webshims.register('form-number-date-ui', function ($, webshims, window, document, undefined, options) {
1448
+ ;webshims.register('form-number-date-ui', function($, webshims, window, document, undefined, options){
1449
1449
  "use strict";
1450
1450
  var curCfg;
1451
1451
  var formcfg = webshims.formcfg;
@@ -1755,8 +1755,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
1755
1755
  formcfg['en-US'] = $.extend(true, {}, formcfg.en, {
1756
1756
  date: {firstDay: 0},
1757
1757
  patterns: {d: "mm/dd/yy"},
1758
- dateSigns: '-',
1759
- dFormat: "/",
1758
+ dateSigns: '/',
1759
+ dFormat: "/",
1760
1760
  meridian: ['AM', 'PM']
1761
1761
 
1762
1762
  });
@@ -1765,8 +1765,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
1765
1765
  formcfg['en-GB'] = $.extend(true, {}, formcfg.en, {
1766
1766
  date: {firstDay: 1},
1767
1767
  patterns: {d: "dd/mm/yy"},
1768
- dateSigns: '-',
1769
- dFormat: "/",
1768
+ dateSigns: '/',
1769
+ dFormat: "/",
1770
1770
  meridian: ['AM', 'PM']
1771
1771
  });
1772
1772
  }
@@ -3463,7 +3463,7 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
3463
3463
  })();
3464
3464
  });
3465
3465
 
3466
- webshims.register('form-datalist', function ($, webshims, window, document, undefined, options) {
3466
+ ;webshims.register('form-datalist', function($, webshims, window, document, undefined, options){
3467
3467
  "use strict";
3468
3468
  var lazyLoad = function(name){
3469
3469
  if(!name || typeof name != 'string'){
@@ -221,6 +221,7 @@ var swfmini = function() {
221
221
  }();
222
222
 
223
223
  webshims.isReady('swfmini', true);
224
+ ;
224
225
  //this might was already extended by ES5 shim feature
225
226
  (function($){
226
227
  "use strict";
@@ -1456,7 +1457,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine
1456
1457
 
1457
1458
  })();
1458
1459
  });
1459
- webshims.register('form-core', function ($, webshims, window, document, undefined, options) {
1460
+ ;webshims.register('form-core', function($, webshims, window, document, undefined, options){
1460
1461
  "use strict";
1461
1462
 
1462
1463
  webshims.capturingEventPrevented = function(e){
@@ -1595,8 +1596,6 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1595
1596
 
1596
1597
  var transClass = ('transitionDelay' in document.documentElement.style) ? '' : ' no-transition';
1597
1598
  var poCFG = webshims.cfg.wspopover;
1598
- var lReg = /</g;
1599
- var gReg = />/g;
1600
1599
 
1601
1600
  addModule('form-validation', $.extend({d: ['form-message']}, formExtras));
1602
1601
 
@@ -1723,7 +1722,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1723
1722
  var message = '';
1724
1723
  var elem = this[0];
1725
1724
  if(elem){
1726
- message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '').replace(lReg, '&lt;').replace(gReg, '&gt;');
1725
+ message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '');
1727
1726
  }
1728
1727
  return message;
1729
1728
  };
@@ -1771,7 +1770,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1771
1770
  webshims.isReady('WINDOWLOAD', true);
1772
1771
  }
1773
1772
  });
1774
- webshims.register('form-message', function ($, webshims, window, document, undefined, options) {
1773
+ ;webshims.register('form-message', function($, webshims, window, document, undefined, options){
1775
1774
  "use strict";
1776
1775
  if(options.lazyCustomMessages){
1777
1776
  options.customMessages = true;
@@ -2083,7 +2082,7 @@ webshims.register('form-message', function ($, webshims, window, document, undef
2083
2082
 
2084
2083
  });
2085
2084
  });
2086
- webshims.register('form-datalist', function ($, webshims, window, document, undefined, options) {
2085
+ ;webshims.register('form-datalist', function($, webshims, window, document, undefined, options){
2087
2086
  "use strict";
2088
2087
  var lazyLoad = function(name){
2089
2088
  if(!name || typeof name != 'string'){
@@ -2380,7 +2379,7 @@ webshims.register('form-datalist', function ($, webshims, window, document, unde
2380
2379
  })();
2381
2380
 
2382
2381
  });
2383
- (function (webshims) {
2382
+ ;(function(webshims){
2384
2383
  "use strict";
2385
2384
  var support = webshims.support;
2386
2385
  var hasNative = support.mediaelement;
@@ -221,6 +221,7 @@ var swfmini = function() {
221
221
  }();
222
222
 
223
223
  webshims.isReady('swfmini', true);
224
+ ;
224
225
  //this might was already extended by ES5 shim feature
225
226
  (function($){
226
227
  "use strict";
@@ -1456,7 +1457,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine
1456
1457
 
1457
1458
  })();
1458
1459
  });
1459
- webshims.register('form-core', function ($, webshims, window, document, undefined, options) {
1460
+ ;webshims.register('form-core', function($, webshims, window, document, undefined, options){
1460
1461
  "use strict";
1461
1462
 
1462
1463
  webshims.capturingEventPrevented = function(e){
@@ -1595,8 +1596,6 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1595
1596
 
1596
1597
  var transClass = ('transitionDelay' in document.documentElement.style) ? '' : ' no-transition';
1597
1598
  var poCFG = webshims.cfg.wspopover;
1598
- var lReg = /</g;
1599
- var gReg = />/g;
1600
1599
 
1601
1600
  addModule('form-validation', $.extend({d: ['form-message']}, formExtras));
1602
1601
 
@@ -1723,7 +1722,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1723
1722
  var message = '';
1724
1723
  var elem = this[0];
1725
1724
  if(elem){
1726
- message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '').replace(lReg, '&lt;').replace(gReg, '&gt;');
1725
+ message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '');
1727
1726
  }
1728
1727
  return message;
1729
1728
  };
@@ -1771,7 +1770,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
1771
1770
  webshims.isReady('WINDOWLOAD', true);
1772
1771
  }
1773
1772
  });
1774
- webshims.register('form-message', function ($, webshims, window, document, undefined, options) {
1773
+ ;webshims.register('form-message', function($, webshims, window, document, undefined, options){
1775
1774
  "use strict";
1776
1775
  if(options.lazyCustomMessages){
1777
1776
  options.customMessages = true;
@@ -2083,7 +2082,7 @@ webshims.register('form-message', function ($, webshims, window, document, undef
2083
2082
 
2084
2083
  });
2085
2084
  });
2086
- (function (webshims) {
2085
+ ;(function(webshims){
2087
2086
  "use strict";
2088
2087
  var support = webshims.support;
2089
2088
  var hasNative = support.mediaelement;
@@ -1234,7 +1234,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine
1234
1234
 
1235
1235
  })();
1236
1236
  });
1237
- (function ($) {
1237
+ ;(function($){
1238
1238
  "use strict";
1239
1239
 
1240
1240
  var isNumber = function(string){
@@ -1854,7 +1854,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine
1854
1854
  webshims.isReady('range-ui', true);
1855
1855
  }
1856
1856
  })(window.webshims ? webshims.$ : jQuery);
1857
- webshims.register('form-number-date-ui', function ($, webshims, window, document, undefined, options) {
1857
+ ;webshims.register('form-number-date-ui', function($, webshims, window, document, undefined, options){
1858
1858
  "use strict";
1859
1859
  var curCfg;
1860
1860
  var formcfg = webshims.formcfg;
@@ -2164,8 +2164,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
2164
2164
  formcfg['en-US'] = $.extend(true, {}, formcfg.en, {
2165
2165
  date: {firstDay: 0},
2166
2166
  patterns: {d: "mm/dd/yy"},
2167
- dateSigns: '-',
2168
- dFormat: "/",
2167
+ dateSigns: '/',
2168
+ dFormat: "/",
2169
2169
  meridian: ['AM', 'PM']
2170
2170
 
2171
2171
  });
@@ -2174,8 +2174,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
2174
2174
  formcfg['en-GB'] = $.extend(true, {}, formcfg.en, {
2175
2175
  date: {firstDay: 1},
2176
2176
  patterns: {d: "dd/mm/yy"},
2177
- dateSigns: '-',
2178
- dFormat: "/",
2177
+ dateSigns: '/',
2178
+ dFormat: "/",
2179
2179
  meridian: ['AM', 'PM']
2180
2180
  });
2181
2181
  }
@@ -3872,7 +3872,7 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
3872
3872
  })();
3873
3873
  });
3874
3874
 
3875
- webshims.register('form-datalist', function ($, webshims, window, document, undefined, options) {
3875
+ ;webshims.register('form-datalist', function($, webshims, window, document, undefined, options){
3876
3876
  "use strict";
3877
3877
  var lazyLoad = function(name){
3878
3878
  if(!name || typeof name != 'string'){
@@ -1 +1 @@
1
- {"version":"1.15.8","features":{"swfmini":[16,7,2,8,1,12,23],"dom-support":[16,7,2,8,15,30,3,4,9,10,25,31,34],"forms":[16,7,2,8,1,15,30,3,4,9,31,6,5,14,29,28,27,33],"mediaelement":[16,7,2,8,1,12,23,25,21,13],"track":[12,34,21,22,13],"range-ui":[9,10,6,5,17,11],"forms-ext":[9,10,6,5,14,29,28,17,33,11],"filereader":[25,27],"picture":[18],"matchMedia":[18],"geolocation":[21],"details":[21,22],"jmebase":[98,99,97],"mediacontrols":[98,99],"playlist":[98,97]},"files":{"src/shims/combos/16.js":["src/shims/swfmini.js","src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-shim-extend.js","src/shims/form-message.js","src/shims/form-datalist.js","src/shims/mediaelement-core.js"],"src/shims/combos/7.js":["src/shims/swfmini.js","src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-message.js","src/shims/form-datalist.js","src/shims/mediaelement-core.js"],"src/shims/combos/2.js":["src/shims/swfmini.js","src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-datalist.js","src/shims/mediaelement-core.js"],"src/shims/combos/8.js":["src/shims/swfmini.js","src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-message.js","src/shims/mediaelement-core.js"],"src/shims/combos/1.js":["src/shims/swfmini.js","src/shims/form-core.js","src/shims/mediaelement-core.js"],"src/shims/combos/12.js":["src/shims/swfmini.js","src/shims/mediaelement-core.js","src/shims/track.js"],"src/shims/combos/23.js":["src/shims/swfmini.js","src/shims/mediaelement-core.js"],"src/shims/combos/15.js":["src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-shim-extend.js","src/shims/form-message.js","src/shims/form-datalist.js"],"src/shims/combos/30.js":["src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-message.js","src/shims/form-datalist.js"],"src/shims/combos/3.js":["src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-message.js"],"src/shims/combos/4.js":["src/shims/dom-extend.js","src/shims/form-message.js"],"src/shims/combos/9.js":["src/shims/dom-extend.js","src/shims/range-ui.js","src/shims/form-number-date-ui.js","src/shims/form-datalist.js"],"src/shims/combos/10.js":["src/shims/dom-extend.js","src/shims/range-ui.js","src/shims/form-number-date-ui.js"],"src/shims/combos/25.js":["src/shims/dom-extend.js","src/shims/filereader-xhr.js","src/shims/mediaelement-jaris.js"],"src/shims/combos/31.js":["src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-datalist.js"],"src/shims/combos/34.js":["src/shims/dom-extend.js","src/shims/track.js"],"src/shims/combos/18.js":["src/shims/picture.js","src/shims/matchMedia.js"],"src/shims/combos/21.js":["src/shims/geolocation.js","src/shims/details.js","src/shims/mediaelement-jaris.js","src/shims/track.js"],"src/shims/combos/6.js":["src/shims/form-native-extend.js","src/shims/form-number-date-api.js","src/shims/range-ui.js","src/shims/form-number-date-ui.js","src/shims/form-datalist.js"],"src/shims/combos/5.js":["src/shims/form-native-extend.js","src/shims/form-number-date-api.js","src/shims/range-ui.js","src/shims/form-number-date-ui.js"],"src/shims/combos/14.js":["src/shims/form-native-extend.js","src/shims/form-message.js","src/shims/form-number-date-api.js"],"src/shims/combos/29.js":["src/shims/form-native-extend.js","src/shims/form-number-date-api.js"],"src/shims/combos/28.js":["src/shims/form-shim-extend.js","src/shims/form-message.js","src/shims/form-number-date-api.js","src/shims/form-datalist.js"],"src/shims/combos/27.js":["src/shims/form-shim-extend2.js","src/shims/filereader-xhr.js"],"src/shims/combos/17.js":["src/shims/form-number-date-api.js","src/shims/range-ui.js","src/shims/form-number-date-ui.js"],"src/shims/combos/33.js":["src/shims/form-number-date-api.js","src/shims/form-datalist.js"],"src/shims/combos/11.js":["src/shims/range-ui.js","src/shims/form-number-date-ui.js"],"src/shims/combos/22.js":["src/shims/details.js","src/shims/track.js"],"src/shims/combos/13.js":["src/shims/mediaelement-core.js","src/shims/track.js"],"src/shims/combos/98.js":["src/shims/jme/base.js","src/shims/jme/mediacontrols.js","src/shims/jme/playlist.js"],"src/shims/combos/99.js":["src/shims/jme/base.js","src/shims/jme/mediacontrols.js"],"src/shims/combos/97.js":["src/shims/jme/base.js","src/shims/jme/playlist.js"]}}
1
+ {"version":"1.15.9","features":{"swfmini":[16,7,2,8,1,12,23],"dom-support":[16,7,2,8,15,30,3,4,9,10,25,31,34],"forms":[16,7,2,8,1,15,30,3,4,9,31,6,5,14,29,28,27,33],"mediaelement":[16,7,2,8,1,12,23,25,21,13],"track":[12,34,21,22,13],"range-ui":[9,10,6,5,17,11],"forms-ext":[9,10,6,5,14,29,28,17,33,11],"filereader":[25,27],"picture":[18],"matchMedia":[18],"geolocation":[21],"details":[21,22],"jmebase":[98,99,97],"mediacontrols":[98,99],"playlist":[98,97]},"files":{"src/shims/combos/16.js":["src/shims/swfmini.js","src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-shim-extend.js","src/shims/form-message.js","src/shims/form-datalist.js","src/shims/mediaelement-core.js"],"src/shims/combos/7.js":["src/shims/swfmini.js","src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-message.js","src/shims/form-datalist.js","src/shims/mediaelement-core.js"],"src/shims/combos/2.js":["src/shims/swfmini.js","src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-datalist.js","src/shims/mediaelement-core.js"],"src/shims/combos/8.js":["src/shims/swfmini.js","src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-message.js","src/shims/mediaelement-core.js"],"src/shims/combos/1.js":["src/shims/swfmini.js","src/shims/form-core.js","src/shims/mediaelement-core.js"],"src/shims/combos/12.js":["src/shims/swfmini.js","src/shims/mediaelement-core.js","src/shims/track.js"],"src/shims/combos/23.js":["src/shims/swfmini.js","src/shims/mediaelement-core.js"],"src/shims/combos/15.js":["src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-shim-extend.js","src/shims/form-message.js","src/shims/form-datalist.js"],"src/shims/combos/30.js":["src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-message.js","src/shims/form-datalist.js"],"src/shims/combos/3.js":["src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-message.js"],"src/shims/combos/4.js":["src/shims/dom-extend.js","src/shims/form-message.js"],"src/shims/combos/9.js":["src/shims/dom-extend.js","src/shims/range-ui.js","src/shims/form-number-date-ui.js","src/shims/form-datalist.js"],"src/shims/combos/10.js":["src/shims/dom-extend.js","src/shims/range-ui.js","src/shims/form-number-date-ui.js"],"src/shims/combos/25.js":["src/shims/dom-extend.js","src/shims/filereader-xhr.js","src/shims/mediaelement-jaris.js"],"src/shims/combos/31.js":["src/shims/dom-extend.js","src/shims/form-core.js","src/shims/form-datalist.js"],"src/shims/combos/34.js":["src/shims/dom-extend.js","src/shims/track.js"],"src/shims/combos/18.js":["src/shims/picture.js","src/shims/matchMedia.js"],"src/shims/combos/21.js":["src/shims/geolocation.js","src/shims/details.js","src/shims/mediaelement-jaris.js","src/shims/track.js"],"src/shims/combos/6.js":["src/shims/form-native-extend.js","src/shims/form-number-date-api.js","src/shims/range-ui.js","src/shims/form-number-date-ui.js","src/shims/form-datalist.js"],"src/shims/combos/5.js":["src/shims/form-native-extend.js","src/shims/form-number-date-api.js","src/shims/range-ui.js","src/shims/form-number-date-ui.js"],"src/shims/combos/14.js":["src/shims/form-native-extend.js","src/shims/form-message.js","src/shims/form-number-date-api.js"],"src/shims/combos/29.js":["src/shims/form-native-extend.js","src/shims/form-number-date-api.js"],"src/shims/combos/28.js":["src/shims/form-shim-extend.js","src/shims/form-message.js","src/shims/form-number-date-api.js","src/shims/form-datalist.js"],"src/shims/combos/27.js":["src/shims/form-shim-extend2.js","src/shims/filereader-xhr.js"],"src/shims/combos/17.js":["src/shims/form-number-date-api.js","src/shims/range-ui.js","src/shims/form-number-date-ui.js"],"src/shims/combos/33.js":["src/shims/form-number-date-api.js","src/shims/form-datalist.js"],"src/shims/combos/11.js":["src/shims/range-ui.js","src/shims/form-number-date-ui.js"],"src/shims/combos/22.js":["src/shims/details.js","src/shims/track.js"],"src/shims/combos/13.js":["src/shims/mediaelement-core.js","src/shims/track.js"],"src/shims/combos/98.js":["src/shims/jme/base.js","src/shims/jme/mediacontrols.js","src/shims/jme/playlist.js"],"src/shims/combos/99.js":["src/shims/jme/base.js","src/shims/jme/mediacontrols.js"],"src/shims/combos/97.js":["src/shims/jme/base.js","src/shims/jme/playlist.js"]}}
@@ -137,8 +137,6 @@ webshims.register('form-core', function($, webshims, window, document, undefined
137
137
 
138
138
  var transClass = ('transitionDelay' in document.documentElement.style) ? '' : ' no-transition';
139
139
  var poCFG = webshims.cfg.wspopover;
140
- var lReg = /</g;
141
- var gReg = />/g;
142
140
 
143
141
  addModule('form-validation', $.extend({d: ['form-message']}, formExtras));
144
142
 
@@ -265,7 +263,7 @@ webshims.register('form-core', function($, webshims, window, document, undefined
265
263
  var message = '';
266
264
  var elem = this[0];
267
265
  if(elem){
268
- message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '').replace(lReg, '&lt;').replace(gReg, '&gt;');
266
+ message = webshims.getContentValidationMessage(elem, false, key) || $.prop(elem, 'customValidationMessage') || ($.prop(elem, 'validationMessage') || '');
269
267
  }
270
268
  return message;
271
269
  };
@@ -308,8 +308,8 @@ webshims.register('form-number-date-ui', function($, webshims, window, document,
308
308
  formcfg['en-US'] = $.extend(true, {}, formcfg.en, {
309
309
  date: {firstDay: 0},
310
310
  patterns: {d: "mm/dd/yy"},
311
- dateSigns: '-',
312
- dFormat: "/",
311
+ dateSigns: '/',
312
+ dFormat: "/",
313
313
  meridian: ['AM', 'PM']
314
314
 
315
315
  });
@@ -318,8 +318,8 @@ webshims.register('form-number-date-ui', function($, webshims, window, document,
318
318
  formcfg['en-GB'] = $.extend(true, {}, formcfg.en, {
319
319
  date: {firstDay: 1},
320
320
  patterns: {d: "dd/mm/yy"},
321
- dateSigns: '-',
322
- dFormat: "/",
321
+ dateSigns: '/',
322
+ dFormat: "/",
323
323
  meridian: ['AM', 'PM']
324
324
  });
325
325
  }