From 202b4784f0d402898c4dc869cca2c7ddc1c4f4de Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 8 Mar 2017 22:37:15 +0100 Subject: [PATCH] add doc url --- www/js/services/storage-services.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/js/services/storage-services.js b/www/js/services/storage-services.js index 4d358f43d..45574bdd8 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)); -- GitLab