changing the name from Tentia to bungloo
This commit is contained in:
parent
95804089db
commit
5d8e114b7c
39 changed files with 371 additions and 176 deletions
|
@ -12,7 +12,7 @@ function() {
|
|||
}
|
||||
|
||||
CacheStorage.prototype.mkInternalPath = function(key) {
|
||||
return "tentia-cache-" + this.name + key;
|
||||
return "bungloo-cache-" + this.name + key;
|
||||
};
|
||||
|
||||
CacheStorage.prototype.getItem = function(key) {
|
||||
|
|
Reference in a new issue