diff options
Diffstat (limited to 'src/ngCookies/cookies.js')
| -rw-r--r-- | src/ngCookies/cookies.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ngCookies/cookies.js b/src/ngCookies/cookies.js index 2f9dd333..206e8708 100644 --- a/src/ngCookies/cookies.js +++ b/src/ngCookies/cookies.js @@ -75,7 +75,8 @@ angular.module('ngCookies', ['ng']). /** - * Pushes all the cookies from the service to the browser and verifies if all cookies were stored. + * Pushes all the cookies from the service to the browser and verifies if all cookies were + * stored. */ function push() { var name, |
