delete spaces and tabs on line ends

This commit is contained in:
noformnocontent 2013-02-13 00:25:02 +01:00
parent f7240ea2e5
commit 8d89461be7
28 changed files with 222 additions and 222 deletions

View file

@ -56,7 +56,7 @@ function(URI, CacheStorage, require) {
Cache.prototype.stopGettingFollowings = function() {
clearTimeout(this.intervall);
}
return Cache;
});