Skip to content

Commit

Permalink
style(AngularPublic): add whitespace to jshint block
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Sanguanini authored and petebacondarwin committed Jul 27, 2014
1 parent c03ad24 commit 9025113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AngularPublic.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ function publishExternalAPI(angular){
'element': jqLite,
'forEach': forEach,
'injector': createInjector,
'noop':noop,
'bind':bind,
'noop': noop,
'bind': bind,
'toJson': toJson,
'fromJson': fromJson,
'identity':identity,
'identity': identity,
'isUndefined': isUndefined,
'isDefined': isDefined,
'isString': isString,
Expand Down

0 comments on commit 9025113

Please sign in to comment.