From f2fab498303e00d199cb3d19a008670e214d5c10 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 22 Oct 2013 14:41:21 -0700 Subject: style: make jshint happy --- src/ngCookies/cookies.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ngCookies/cookies.js') 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, -- cgit v1.2.3