Skip to content

Commit

Permalink
Typo - updated to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhallam committed Aug 3, 2014
1 parent 187d878 commit 872f109
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blurr.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"svg",
"background"
],
"version": "0.1.1",
"version": "0.1.2",
"author": {
"name": "Tom Hallam",
"url": "https://github.com/tomhallam"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.blurr.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
window.onscroll = function(e) {
bodyEl.style.visibility = 'hidden';
bodyEl.offsetHeight;
body.style.visibility = 'visible';
bodyEl.style.visibility = 'visible';
};

// Initialise the plugin
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.blurr.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 src/jquery.blurr.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
window.onscroll = function(e) {
bodyEl.style.visibility = 'hidden';
bodyEl.offsetHeight;
body.style.visibility = 'visible';
bodyEl.style.visibility = 'visible';
};

// Initialise the plugin
Expand Down

0 comments on commit 872f109

Please sign in to comment.