Skip to content

Commit

Permalink
chore(release): Release 3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Nov 12, 2018
1 parent 6adf016 commit 713941e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dist/esm/InfiniteGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Component from "@egjs/component";
import ItemManager from "./ItemManager";
import DOMRenderer from "./DOMRenderer";
import Watcher from "./Watcher";
import { APPEND, PREPEND, CACHE, NO_CACHE, TRUSTED, NO_TRUSTED, IS_ANDROID2, IDLE, LOADING_APPEND, LOADING_PREPEND, PROCESSING, DEFENSE_BROWSER, IGNORE_CLASSNAME, DUMMY_POSITION } from "./consts";
import { APPEND, PREPEND, CACHE, NO_CACHE, TRUSTED, NO_TRUSTED, IS_ANDROID2, IDLE, LOADING_APPEND, LOADING_PREPEND, PROCESSING, DEFENSE_BROWSER, IGNORE_CLASSNAME, DUMMY_POSITION, IS_IOS } from "./consts";
import Infinite from "./Infinite";
import { toArray, $, outerHeight, outerWidth } from "./utils";
import LayoutMananger from "./LayoutManager"; // IE8
Expand Down Expand Up @@ -1275,7 +1275,7 @@ function (_Component) {
this._setContainerSize(size + this._status.loadingSize || 0);

if (scrollPos > 0) {
this._scrollTo(scrollPos);
!IS_IOS && this._scrollTo(scrollPos);
}
}

Expand Down
2 changes: 1 addition & 1 deletion dist/infinitegrid.js

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

2 changes: 1 addition & 1 deletion dist/infinitegrid.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/infinitegrid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/infinitegrid.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/infinitegrid.pkgd.js

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

2 changes: 1 addition & 1 deletion dist/infinitegrid.pkgd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/infinitegrid.pkgd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/infinitegrid.pkgd.min.js.map

Large diffs are not rendered by default.

0 comments on commit 713941e

Please sign in to comment.