diff --git a/src/AngularPublic.js b/src/AngularPublic.js index c537853ab5b9..e859a0da7577 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -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,