style(AngularPublic): add whitespace to jshint block

Closes #8360
This commit is contained in:
Sergio Sanguanini
2014-07-27 09:57:13 +02:00
committed by Peter Bacon Darwin
parent 60366c8d0b
commit 986c446aaf

View File

@@ -109,11 +109,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,