This commit is contained in:
tboch
2017-03-24 13:48:54 +00:00
parent 93ffe12f4f
commit 5d8211bbf4

View File

@@ -92,8 +92,6 @@ HpxImageSurvey = (function() {
HpxImageSurvey.SURVEYS_OBJECTS[this.id] = this;
};
HpxImageSurvey.HTTPS_CONTEXT = ( window.location.protocol === 'https:' );
HpxImageSurvey.UPDATE_NEEDED_TILES_DELAY = 1000; // in milliseconds
HpxImageSurvey.prototype.init = function(view, callback) {