forked from DeadCat/infinite-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Cleaned up API a little + Grouped some common options(state and loading) into objects
- Loading branch information
1 parent
76a5d98
commit 3b6c01e
Showing
4 changed files
with
81 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
-------------------------------- | ||
Infinite Scroll Behavior | ||
Sausage.js Integration | ||
-------------------------------- | ||
+ https://github.com/paulirish/infinitescroll/ | ||
+ version 2.0b2.110617 | ||
+ Copyright 2011 Paul Irish & Luke Shumard | ||
+ Licensed under the MIT license | ||
+ Documentation: http://infinite-scroll.com/ | ||
*/ | ||
|
||
$.extend($.infinitescroll.prototype,{ | ||
|
||
|
||
|
||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters