diff --git a/www/js/services/storage-services.js b/www/js/services/storage-services.js index 4d358f43d819b70f3b04dcff79e372b1ffbba72c..45574bdd8eeee6141b956347698edb5f1b5b2b09 100644 --- a/www/js/services/storage-services.js +++ b/www/js/services/storage-services.js @@ -36,6 +36,7 @@ angular.module('cesium.storage.services', ['ngResource', 'ngResource', 'xdLocalS /* -- Use of HTTPS frame -- */ + // See https://github.com/ofirdagan/cross-domain-local-storage exports.https.put = function(key, value) { console.log('TODO: setting [{0}] into https frame'.format(key));