Skip to content

Commit

Permalink
v 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Korsunsky committed Oct 5, 2017
1 parent 05f84eb commit c00838f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/stickyfill.es6.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Stickyfill – `position: sticky` polyfill
* v. 2.0.1 | https://github.com/wilddeer/stickyfill
* v. 2.0.2 | https://github.com/wilddeer/stickyfill
* MIT License
*/

Expand Down
4 changes: 2 additions & 2 deletions dist/stickyfill.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Stickyfill – `position: sticky` polyfill
* v. 2.0.1 | https://github.com/wilddeer/stickyfill
* v. 2.0.2 | https://github.com/wilddeer/stickyfill
* MIT License
*/

Expand Down Expand Up @@ -503,4 +503,4 @@
window.Stickyfill = Stickyfill;
}

})(this, document);
})(window, document);
4 changes: 2 additions & 2 deletions dist/stickyfill.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stickyfilljs",
"version": "2.0.1",
"version": "2.0.2",
"description": "Polyfill for CSS `position: sticky`",
"keywords": [
"sticky",
Expand Down

0 comments on commit c00838f

Please sign in to comment.