From 85b974a6d444a5795ea1f6861eb37bd5ed2b1e9c Mon Sep 17 00:00:00 2001 From: Sergio Sanguanini Date: Sun, 27 Jul 2014 09:57:13 +0200 Subject: [PATCH] Update AngularPublic.js --- src/AngularPublic.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,