Skip to content

Commit 2aaff12

Browse files
committed
fix typo
1 parent 65d03fc commit 2aaff12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/client/components/auth(auth)/auth.service(coffee).coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ angular.module '<%= scriptAppName %>'
130130
@return {Bool|Promise}
131131
###
132132
isAdmin: (callback) ->
133-
return currentUser.role is "admin" if arguments_.length is 0
133+
return currentUser.role is "admin" if arguments.length is 0
134134

135135
@getCurrentUser null
136136

0 commit comments

Comments
 (0)