Skip to content

Commit

Permalink
build 1.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Sep 12, 2015
1 parent 7ff9e54 commit 56321b2
Show file tree
Hide file tree
Showing 58 changed files with 187 additions and 179 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "webshim",
"version": "1.15.8",
"version": "1.15.9",
"homepage": "https://github.com/aFarkas/webshim",
"authors": [
"aFarkas <info@corrupt-system.de>"
Expand Down
5 changes: 2 additions & 3 deletions component.json
Expand Up @@ -24,8 +24,7 @@
"getUserMedia"
],
"dependencies": {
"components/jquery": ">=1.8.2",
"components/modernizr": ">=2.8.3"
"components/jquery": ">=1.8.2"
},
"main": "js-webshim/minified/polyfiller.js",
"scripts": ["js-webshim/minified/polyfiller.js"],
Expand All @@ -36,4 +35,4 @@
"files": ["js-webshim/dev/shims/**/*.*"]
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -39,7 +39,6 @@
},
"require": {
"components/jquery": ">=1.8.2 <3.0",
"components/modernizr": "^2.8.3",
"robloach/component-installer": "^0.2"
}
}
}
2 changes: 1 addition & 1 deletion demos/demos/forms.html
Expand Up @@ -32,7 +32,7 @@

<div id="sidebar" class="interface">

<a class="toc_title" href="../index.html"> Webshim <span class="version">(<span class="ws-version">1.15.8</span>)</span></a>
<a class="toc_title" href="../index.html"> Webshim <span class="version">(<span class="ws-version">1.15.9</span>)</span></a>
<ul class="toc_section">
<li>
&raquo; <a href="https://github.com/aFarkas/webshim">GitHub Repository</a>
Expand Down
2 changes: 1 addition & 1 deletion demos/demos/mediaelement.html
Expand Up @@ -112,7 +112,7 @@

<div id="sidebar" class="interface">

<a class="toc_title" href="../index.html"> Webshim <span class="version">(<span class="ws-version">1.15.8</span>)</span></a>
<a class="toc_title" href="../index.html"> Webshim <span class="version">(<span class="ws-version">1.15.9</span>)</span></a>
<ul class="toc_section">
<li>
&raquo; <a href="https://github.com/aFarkas/webshim">GitHub Repository</a>
Expand Down
4 changes: 2 additions & 2 deletions demos/index.html
Expand Up @@ -28,7 +28,7 @@

<div id="sidebar" class="interface">

<a class="toc_title"> Webshim <span class="version">(<span class="ws-version">1.15.8</span>)</span></a>
<a class="toc_title"> Webshim <span class="version">(<span class="ws-version">1.15.9</span>)</span></a>
<ul class="toc_section">
<li>
&raquo; <a href="https://github.com/aFarkas/webshim">GitHub Repository</a>
Expand Down Expand Up @@ -146,7 +146,7 @@
<h3 id="downloads">Downloads &amp; Dependencies</h3>
<span style="padding-left: 7px; font-size:11px; font-weight: normal;" class="interface">(Right-click, and use "Save As")</span>
<p>
<a href="https://github.com/aFarkas/webshim/archive/1.15.8.zip" class="download-button"> <strong><i>Download</i></strong> </a>
<a href="https://github.com/aFarkas/webshim/archive/1.15.9.zip" class="download-button"> <strong><i>Download</i></strong> </a>
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion js-webshim/dev/polyfiller.js
Expand Up @@ -137,7 +137,7 @@
}

$.extend(webshims, {
version: '1.15.8',
version: '1.15.9',

cfg: {
enhanceAuto: window.Audio && (!window.matchMedia || matchMedia('(min-device-width: 721px)').matches),
Expand Down
4 changes: 2 additions & 2 deletions js-webshim/dev/shims/combos/1.js
Expand Up @@ -221,7 +221,7 @@ var swfmini = function() {
}();

webshims.isReady('swfmini', true);
webshims.register('form-core', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-core', function($, webshims, window, document, undefined, options){
"use strict";

webshims.capturingEventPrevented = function(e){
Expand Down Expand Up @@ -534,7 +534,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
webshims.isReady('WINDOWLOAD', true);
}
});
(function (webshims) {
;(function(webshims){
"use strict";
var support = webshims.support;
var hasNative = support.mediaelement;
Expand Down
12 changes: 6 additions & 6 deletions js-webshim/dev/shims/combos/10.js
Expand Up @@ -1234,7 +1234,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine

})();
});
(function ($) {
;(function($){
"use strict";

var isNumber = function(string){
Expand Down Expand Up @@ -1854,7 +1854,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine
webshims.isReady('range-ui', true);
}
})(window.webshims ? webshims.$ : jQuery);
webshims.register('form-number-date-ui', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-number-date-ui', function($, webshims, window, document, undefined, options){
"use strict";
var curCfg;
var formcfg = webshims.formcfg;
Expand Down Expand Up @@ -2164,8 +2164,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
formcfg['en-US'] = $.extend(true, {}, formcfg.en, {
date: {firstDay: 0},
patterns: {d: "mm/dd/yy"},
dateSigns: '-',
dFormat: "/",
dateSigns: '/',
dFormat: "/",
meridian: ['AM', 'PM']

});
Expand All @@ -2174,8 +2174,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
formcfg['en-GB'] = $.extend(true, {}, formcfg.en, {
date: {firstDay: 1},
patterns: {d: "dd/mm/yy"},
dateSigns: '-',
dFormat: "/",
dateSigns: '/',
dFormat: "/",
meridian: ['AM', 'PM']
});
}
Expand Down
10 changes: 5 additions & 5 deletions js-webshim/dev/shims/combos/11.js
Expand Up @@ -618,7 +618,7 @@
webshims.isReady('range-ui', true);
}
})(window.webshims ? webshims.$ : jQuery);
webshims.register('form-number-date-ui', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-number-date-ui', function($, webshims, window, document, undefined, options){
"use strict";
var curCfg;
var formcfg = webshims.formcfg;
Expand Down Expand Up @@ -928,8 +928,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
formcfg['en-US'] = $.extend(true, {}, formcfg.en, {
date: {firstDay: 0},
patterns: {d: "mm/dd/yy"},
dateSigns: '-',
dFormat: "/",
dateSigns: '/',
dFormat: "/",
meridian: ['AM', 'PM']

});
Expand All @@ -938,8 +938,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
formcfg['en-GB'] = $.extend(true, {}, formcfg.en, {
date: {firstDay: 1},
patterns: {d: "dd/mm/yy"},
dateSigns: '-',
dFormat: "/",
dateSigns: '/',
dFormat: "/",
meridian: ['AM', 'PM']
});
}
Expand Down
4 changes: 2 additions & 2 deletions js-webshim/dev/shims/combos/14.js
Expand Up @@ -209,7 +209,7 @@ webshims.register('form-native-extend', function($, webshims, window, doc, undef


});
webshims.register('form-message', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-message', function($, webshims, window, document, undefined, options){
"use strict";
if(options.lazyCustomMessages){
options.customMessages = true;
Expand Down Expand Up @@ -521,7 +521,7 @@ webshims.register('form-message', function ($, webshims, window, document, undef

});
});
webshims.register('form-number-date-api', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-number-date-api', function($, webshims, window, document, undefined, options){
"use strict";
if(!webshims.addInputType){
webshims.error("you can not call forms-ext feature after calling forms feature. call both at once instead: $.webshims.polyfill('forms forms-ext')");
Expand Down
10 changes: 5 additions & 5 deletions js-webshim/dev/shims/combos/15.js
Expand Up @@ -1234,7 +1234,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine

})();
});
webshims.register('form-core', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-core', function($, webshims, window, document, undefined, options){
"use strict";

webshims.capturingEventPrevented = function(e){
Expand Down Expand Up @@ -1547,8 +1547,8 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
webshims.isReady('WINDOWLOAD', true);
}
});
webshims.register('form-shim-extend', function ($, webshims, window, document, undefined, options) {
"use strict";
;webshims.register('form-shim-extend', function($, webshims, window, document, undefined, options){
"use strict";
webshims.inputTypes = webshims.inputTypes || {};
//some helper-functions
var cfg = webshims.cfg.forms;
Expand Down Expand Up @@ -2356,7 +2356,7 @@ switch(desc.proptype) {
webshims.defineNodeNamesProperties(['input', 'button'], formSubmitterDescriptors);

}); //webshims.ready end
webshims.register('form-message', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-message', function($, webshims, window, document, undefined, options){
"use strict";
if(options.lazyCustomMessages){
options.customMessages = true;
Expand Down Expand Up @@ -2668,7 +2668,7 @@ webshims.register('form-message', function ($, webshims, window, document, undef

});
});
webshims.register('form-datalist', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-datalist', function($, webshims, window, document, undefined, options){
"use strict";
var lazyLoad = function(name){
if(!name || typeof name != 'string'){
Expand Down
13 changes: 7 additions & 6 deletions js-webshim/dev/shims/combos/16.js
Expand Up @@ -221,6 +221,7 @@ var swfmini = function() {
}();

webshims.isReady('swfmini', true);
;
//this might was already extended by ES5 shim feature
(function($){
"use strict";
Expand Down Expand Up @@ -1456,7 +1457,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine

})();
});
webshims.register('form-core', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-core', function($, webshims, window, document, undefined, options){
"use strict";

webshims.capturingEventPrevented = function(e){
Expand Down Expand Up @@ -1769,8 +1770,8 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
webshims.isReady('WINDOWLOAD', true);
}
});
webshims.register('form-shim-extend', function ($, webshims, window, document, undefined, options) {
"use strict";
;webshims.register('form-shim-extend', function($, webshims, window, document, undefined, options){
"use strict";
webshims.inputTypes = webshims.inputTypes || {};
//some helper-functions
var cfg = webshims.cfg.forms;
Expand Down Expand Up @@ -2578,7 +2579,7 @@ switch(desc.proptype) {
webshims.defineNodeNamesProperties(['input', 'button'], formSubmitterDescriptors);

}); //webshims.ready end
webshims.register('form-message', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-message', function($, webshims, window, document, undefined, options){
"use strict";
if(options.lazyCustomMessages){
options.customMessages = true;
Expand Down Expand Up @@ -2890,7 +2891,7 @@ webshims.register('form-message', function ($, webshims, window, document, undef

});
});
webshims.register('form-datalist', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-datalist', function($, webshims, window, document, undefined, options){
"use strict";
var lazyLoad = function(name){
if(!name || typeof name != 'string'){
Expand Down Expand Up @@ -3187,7 +3188,7 @@ webshims.register('form-datalist', function ($, webshims, window, document, unde
})();

});
(function (webshims) {
;(function(webshims){
"use strict";
var support = webshims.support;
var hasNative = support.mediaelement;
Expand Down
12 changes: 6 additions & 6 deletions js-webshim/dev/shims/combos/17.js
Expand Up @@ -614,7 +614,7 @@ webshims.register('form-number-date-api', function($, webshims, window, document
}

});
(function ($) {
;(function($){
"use strict";

var isNumber = function(string){
Expand Down Expand Up @@ -1234,7 +1234,7 @@ webshims.register('form-number-date-api', function($, webshims, window, document
webshims.isReady('range-ui', true);
}
})(window.webshims ? webshims.$ : jQuery);
webshims.register('form-number-date-ui', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-number-date-ui', function($, webshims, window, document, undefined, options){
"use strict";
var curCfg;
var formcfg = webshims.formcfg;
Expand Down Expand Up @@ -1544,8 +1544,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
formcfg['en-US'] = $.extend(true, {}, formcfg.en, {
date: {firstDay: 0},
patterns: {d: "mm/dd/yy"},
dateSigns: '-',
dFormat: "/",
dateSigns: '/',
dFormat: "/",
meridian: ['AM', 'PM']

});
Expand All @@ -1554,8 +1554,8 @@ webshims.register('form-number-date-ui', function ($, webshims, window, document
formcfg['en-GB'] = $.extend(true, {}, formcfg.en, {
date: {firstDay: 1},
patterns: {d: "dd/mm/yy"},
dateSigns: '-',
dFormat: "/",
dateSigns: '/',
dFormat: "/",
meridian: ['AM', 'PM']
});
}
Expand Down
3 changes: 2 additions & 1 deletion js-webshim/dev/shims/combos/18.js
Expand Up @@ -1475,7 +1475,8 @@
})();


/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. Dual MIT/BSD license */
;/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. Dual MIT/BSD license */

window.matchMedia || (window.matchMedia = function() {
"use strict";

Expand Down
7 changes: 4 additions & 3 deletions js-webshim/dev/shims/combos/2.js
Expand Up @@ -221,6 +221,7 @@ var swfmini = function() {
}();

webshims.isReady('swfmini', true);
;
//this might was already extended by ES5 shim feature
(function($){
"use strict";
Expand Down Expand Up @@ -1456,7 +1457,7 @@ webshims.register('dom-extend', function($, webshims, window, document, undefine

})();
});
webshims.register('form-core', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-core', function($, webshims, window, document, undefined, options){
"use strict";

webshims.capturingEventPrevented = function(e){
Expand Down Expand Up @@ -1769,7 +1770,7 @@ webshims.register('form-core', function ($, webshims, window, document, undefine
webshims.isReady('WINDOWLOAD', true);
}
});
webshims.register('form-datalist', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-datalist', function($, webshims, window, document, undefined, options){
"use strict";
var lazyLoad = function(name){
if(!name || typeof name != 'string'){
Expand Down Expand Up @@ -2066,7 +2067,7 @@ webshims.register('form-datalist', function ($, webshims, window, document, unde
})();

});
(function (webshims) {
;(function(webshims){
"use strict";
var support = webshims.support;
var hasNative = support.mediaelement;
Expand Down
6 changes: 3 additions & 3 deletions js-webshim/dev/shims/combos/28.js
Expand Up @@ -807,7 +807,7 @@ switch(desc.proptype) {
webshims.defineNodeNamesProperties(['input', 'button'], formSubmitterDescriptors);

}); //webshims.ready end
webshims.register('form-message', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-message', function($, webshims, window, document, undefined, options){
"use strict";
if(options.lazyCustomMessages){
options.customMessages = true;
Expand Down Expand Up @@ -1119,7 +1119,7 @@ webshims.register('form-message', function ($, webshims, window, document, undef

});
});
webshims.register('form-number-date-api', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-number-date-api', function($, webshims, window, document, undefined, options){
"use strict";
if(!webshims.addInputType){
webshims.error("you can not call forms-ext feature after calling forms feature. call both at once instead: $.webshims.polyfill('forms forms-ext')");
Expand Down Expand Up @@ -1735,7 +1735,7 @@ webshims.register('form-number-date-api', function ($, webshims, window, documen
}

});
webshims.register('form-datalist', function ($, webshims, window, document, undefined, options) {
;webshims.register('form-datalist', function($, webshims, window, document, undefined, options){
"use strict";
var lazyLoad = function(name){
if(!name || typeof name != 'string'){
Expand Down

0 comments on commit 56321b2

Please sign in to comment.