Skip to content

Commit 82229e7

Browse files
author
aFarkas
committed
1.15.8
1 parent 2e3c8e1 commit 82229e7

File tree

17 files changed

+5112
-1295
lines changed

17 files changed

+5112
-1295
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webshim",
3-
"version": "1.15.7",
3+
"version": "1.15.8",
44
"homepage": "https://github.com/aFarkas/webshim",
55
"authors": [
66
"aFarkas <info@corrupt-system.de>"

demos/demos/forms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

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

35-
<a class="toc_title" href="../index.html"> Webshim <span class="version">(<span class="ws-version">1.15.7</span>)</span></a>
35+
<a class="toc_title" href="../index.html"> Webshim <span class="version">(<span class="ws-version">1.15.8</span>)</span></a>
3636
<ul class="toc_section">
3737
<li>
3838
&raquo; <a href="https://github.com/aFarkas/webshim">GitHub Repository</a>

demos/demos/mediaelement.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

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

115-
<a class="toc_title" href="../index.html"> Webshim <span class="version">(<span class="ws-version">1.15.7</span>)</span></a>
115+
<a class="toc_title" href="../index.html"> Webshim <span class="version">(<span class="ws-version">1.15.8</span>)</span></a>
116116
<ul class="toc_section">
117117
<li>
118118
&raquo; <a href="https://github.com/aFarkas/webshim">GitHub Repository</a>

demos/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

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

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

152152
<p>

js-webshim/dev/polyfiller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
}
138138

139139
$.extend(webshims, {
140-
version: '1.15.7',
140+
version: '1.15.8',
141141

142142
cfg: {
143143
enhanceAuto: window.Audio && (!window.matchMedia || matchMedia('(min-device-width: 721px)').matches),

0 commit comments

Comments
 (0)