fixed lgtm recommendation

This commit is contained in:
cpfeiffer
2018-11-02 00:10:52 +01:00
parent effffddd8d
commit 6cc29f041c
@@ -9,7 +9,7 @@ navigator.geolocation.getCurrentPosition = function(success, failure, options) {
reportedPositionFailures = 0; reportedPositionFailures = 0;
success(geoposition); success(geoposition);
} }
} };
if (window.Storage){ if (window.Storage){
var prefix = GBjs.getAppLocalstoragePrefix(); var prefix = GBjs.getAppLocalstoragePrefix();