Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 2d8fad9

Browse files
author
aFarkas
committed
bump version number
1 parent 1540bf6 commit 2d8fad9

File tree

10 files changed

+13
-14
lines changed

10 files changed

+13
-14
lines changed

dist/picturefill.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Picturefill - v3.0.0 - 2015-09-30
1+
/*! Picturefill - v3.0.1 - 2015-09-30
22
* http://scottjehl.github.io/picturefill
33
* Copyright (c) 2015 https://github.com/scottjehl/picturefill/blob/master/Authors.txt; Licensed MIT
44
*/
@@ -71,7 +71,7 @@
7171
}
7272
})(window);
7373

74-
/*! Picturefill - v3.0.0
74+
/*! Picturefill - v3.0.1
7575
* http://scottjehl.github.io/picturefill
7676
* Copyright (c) 2015 https://github.com/scottjehl/picturefill/blob/master/Authors.txt;
7777
* License: MIT
@@ -1173,7 +1173,6 @@
11731173
bestCandidate,
11741174
curSrc,
11751175
curCan,
1176-
isSameSet,
11771176
candidateSrc,
11781177
abortCurSrc;
11791178

@@ -1196,7 +1195,7 @@
11961195

11971196
// if current candidate is "best", "better" or "okay",
11981197
// set it to bestCandidate
1199-
if ( curCan && isSameSet && curCan.res >= dpr ) {
1198+
if ( curCan.res >= dpr ) {
12001199
bestCandidate = curCan;
12011200
}
12021201
}

dist/picturefill.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/intrinsic-dimension/pf.intrinsic.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/mutation/pf.mutation.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/oldie/pf.oldie.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/print/pf.print.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/typesupport/pf.type.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "picturefill",
33
"description": "A responsive image polyfill.",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"homepage": "https://scottjehl.github.io/picturefill/",
66
"bugs": "https://github.com/scottjehl/picturefill/issues",
77
"license": "MIT",

picturefill.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Picturefill",
33
"title": "Picturefill",
44
"description": "A polyfill for responsive images (http://picture.responsiveimages.org/) that you can use today.",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"homepage": "http://scottjehl.github.io/picturefill",
77
"author": {
88
"name": "https://github.com/scottjehl/picturefill/blob/master/Authors.txt",

src/picturefill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Picturefill - v3.0.0
1+
/*! Picturefill - v3.0.1
22
* http://scottjehl.github.io/picturefill
33
* Copyright (c) 2015 https://github.com/scottjehl/picturefill/blob/master/Authors.txt;
44
* License: MIT

0 commit comments

Comments
 (0)