mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-12 00:10:28 -04:00
cp feature branch instagram.js
This commit is contained in:
parent
54ec6cf15b
commit
eb3fad9c84
1 changed files with 5 additions and 1 deletions
|
@ -16,10 +16,14 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
var umbraInstagramBehavior = {
|
||||
IDLE_TIMEOUT_SEC: 20,
|
||||
idleSince: null,
|
||||
state: "loading-thumbs",
|
||||
imageCount: null,
|
||||
bigImagesLoaded: 0,
|
||||
currentBigImage: null,
|
||||
previousBigImage: null,
|
||||
|
||||
intervalFunc: function() {
|
||||
if (this.state === "loading-thumbs") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue