Merge pull request #62 from georgik/master

Missing var
revert-117-master
Gregory Pike 11 years ago
commit 0405741d0d

@ -295,7 +295,7 @@ angularLocalStorage.provider('localStorageService', function(){
thisCookie = thisCookie.substring(1, thisCookie.length);
}
key = thisCookie.substring(prefixLength, thisCookie.indexOf('='));
var key = thisCookie.substring(prefixLength, thisCookie.indexOf('='));
removeFromCookies(key);
}
};