Skip to content

Commit

Permalink
Fixed tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Dec 8, 2019
1 parent 744a21d commit e8db306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion j-LazyLoad/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COMPONENT('lazyload', 'offset:50', function(self, config) {
var scroll = container.scrollTop();
var beg = scroll;
var end = beg + container.height();
var off = config.offset;
var off = config.offset;
self.find(config.selector).each(function() {
if (!this.getAttribute('data-lazyload')) {
var el = $(this);
Expand Down
2 changes: 1 addition & 1 deletion j-LazyLoad/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"datecreated": "2017-04-23T17:00:00.000Z",
"dateupdated": "2019-02-07T19:40:00.000Z",
"dateupdated": "2019-02-07T19:41:00.000Z",
"name": "j-LazyLoad",
"tags": [
"lazyload",
Expand Down

0 comments on commit e8db306

Please sign in to comment.