mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
cp feature branch instagram.js
This commit is contained in:
parent
54ec6cf15b
commit
eb3fad9c84
@ -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…
x
Reference in New Issue
Block a user