Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4a913f

Browse files
committed
update dist for 1.0.5
1 parent 3313751 commit f4a913f

24 files changed

+28
-27
lines changed

dist/jquery.lazyloadxt.autoload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.autoload.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/jquery.lazyloadxt.bg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.bg.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/jquery.lazyloadxt.extra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.extra.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/jquery.lazyloadxt.fadein.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.fadein.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/* Lazy Load XT 1.0.4 | MIT License */
1+
/* Lazy Load XT 1.0.5 | MIT License */
22

33
.lazy-hidden{opacity:0}.lazy-loaded{-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;opacity:1}

dist/jquery.lazyloadxt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.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/jquery.lazyloadxt.picture.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */
@@ -29,6 +29,7 @@
2929
});
3030
}
3131

32+
$img.attr('src', src);
3233
return src;
3334
}
3435

dist/jquery.lazyloadxt.picture.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/jquery.lazyloadxt.print.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.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/jquery.lazyloadxt.script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */
@@ -50,7 +50,7 @@
5050
el.appendChild(child);
5151
}
5252

53-
el.parentNode.replaceChild(el, el);
53+
origElem.parentNode.replaceChild(el, origElem);
5454
});
5555

5656
$(window).lazyLoadXT();

dist/jquery.lazyloadxt.script.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/jquery.lazyloadxt.spinner.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/* Lazy Load XT 1.0.4 | MIT License */
1+
/* Lazy Load XT 1.0.5 | MIT License */
22

33
.lazy-hidden{background:#eee url(loading.gif) no-repeat 50% 50%}

dist/jquery.lazyloadxt.srcset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.srcset.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/jquery.lazyloadxt.video.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.video.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/jquery.lazyloadxt.widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.4 2014-05-30
1+
/*! Lazy Load XT v1.0.5 2014-06-05
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.widget.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.

0 commit comments

Comments
 (0)