diff --git a/src/js/HpxImageSurvey.js b/src/js/HpxImageSurvey.js index 55a23811..d61a9442 100644 --- a/src/js/HpxImageSurvey.js +++ b/src/js/HpxImageSurvey.js @@ -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) {