cp feature branch instagram.js

This commit is contained in:
Barbara Miller 2016-11-11 14:51:11 -08:00
parent 54ec6cf15b
commit eb3fad9c84

View File

@ -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") {