Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Bump version, composite/minify
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Apr 5, 2016
1 parent 1b69397 commit 21b9d86
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-polyfills",
"version": "0.1.19",
"version": "0.1.20",
"homepage": "https://github.com/inexorabletash/polyfill",
"authors": [
"Joshua Bell <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-polyfills",
"author": "Joshua Bell <[email protected]>",
"version": "0.1.19",
"version": "0.1.20",
"description": "Collection of Web polyfills.",
"main": "polyfill.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions polyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -5338,7 +5338,7 @@ function __cons(t, a) {
if (origURL) {
for (var i in origURL) {
if (origURL.hasOwnProperty(i) && typeof origURL[i] === 'function')
global.URL[i] = origURL[i];
URL[i] = origURL[i];
}
}

Expand Down Expand Up @@ -6369,7 +6369,7 @@ function __cons(t, a) {
if (origURL) {
for (var i in origURL) {
if (origURL.hasOwnProperty(i) && typeof origURL[i] === 'function')
global.URL[i] = origURL[i];
URL[i] = origURL[i];
}
}

Expand Down
4 changes: 2 additions & 2 deletions polyfill.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web.js
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@
if (origURL) {
for (var i in origURL) {
if (origURL.hasOwnProperty(i) && typeof origURL[i] === 'function')
global.URL[i] = origURL[i];
URL[i] = origURL[i];
}
}

Expand Down Expand Up @@ -2096,7 +2096,7 @@
if (origURL) {
for (var i in origURL) {
if (origURL.hasOwnProperty(i) && typeof origURL[i] === 'function')
global.URL[i] = origURL[i];
URL[i] = origURL[i];
}
}

Expand Down
2 changes: 1 addition & 1 deletion web.min.js

Large diffs are not rendered by default.

0 comments on commit 21b9d86

Please sign in to comment.