mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 07:50:22 +00:00
removed unneeded comment
This commit is contained in:
parent
2a3a449c6d
commit
2acce6a334
1 changed files with 0 additions and 2 deletions
|
|
@ -414,8 +414,6 @@ angularService('$cookies', function($browser) {
|
|||
for(name in browserCookies) {
|
||||
if (browserCookies[name] !== cookies[name]) {
|
||||
$browser.cookies(name, _undefined);
|
||||
//TODO: write test for this delete
|
||||
//delete cookies[name];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue