Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Oct 30, 2014
1 parent c4571fe commit 714df98
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lazysizes",
"repo": "afarkas/lazysizes",
"version": "0.3.1-pre",
"version": "0.3.1",
"main": "lazysizes.min.js",
"scripts": [
"lazysizes.min.js"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazysizes",
"version": "0.3.1-pre",
"version": "0.3.1",
"repo": "afarkas/lazysizes",
"main": "lazysizes.min.js",
"scripts": ["lazysizes.min.js"],
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
<script src="plugins/ls.unveilhooks.js"></script>
<script src="plugins/ls.print.js"></script>


</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion lazysizes.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": "lazysizes",
"version": "0.3.1-pre",
"version": "0.3.1",
"engines": {
"node": ">= 0.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/ls.print.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In case the user starts to print lazysizes will load all images.
*/
(function(window){
'use strict';
var config, elements, sizesAttr, onprint, printMedia;
var config, elements, onprint, printMedia;
// see also: http://tjvantoll.com/2012/06/15/detecting-print-requests-with-javascript/
if(window.addEventListener){
config = window.lazySizesConfig || (window.lazySizes && lazySizes.cfg) || {};
Expand Down

0 comments on commit 714df98

Please sign in to comment.