Skip to content
Snippets Groups Projects
Commit bd99e4c0 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

fix JS Hint

parent 96f453f9
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ angular.module('cesium.cache.services', ['ngResource', 'angular-cache'])
LONG: 1 * 60 * 60 * 1000 /*5 min*/,
SHORT: csSettings.data.cacheTimeMs
},
cacheNames = [];
cacheNames = []
;
function getOrCreateCache(prefix, maxAge, onExpire){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment