mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-12 08:20:25 -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.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
var umbraInstagramBehavior = {
|
var umbraInstagramBehavior = {
|
||||||
IDLE_TIMEOUT_SEC: 20,
|
IDLE_TIMEOUT_SEC: 20,
|
||||||
idleSince: null,
|
idleSince: null,
|
||||||
|
state: "loading-thumbs",
|
||||||
|
imageCount: null,
|
||||||
|
bigImagesLoaded: 0,
|
||||||
|
currentBigImage: null,
|
||||||
|
previousBigImage: null,
|
||||||
|
|
||||||
intervalFunc: function() {
|
intervalFunc: function() {
|
||||||
if (this.state === "loading-thumbs") {
|
if (this.state === "loading-thumbs") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue