changing the name from Tentia to bungloo

This commit is contained in:
Jeena Paradies 2013-02-10 18:01:55 +01:00
parent 95804089db
commit 5d8e114b7c
39 changed files with 371 additions and 176 deletions

View file

@ -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) {