aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/AngularPublic.js')
-rw-r--r--src/AngularPublic.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index 600f1ef8..64a7bf4d 100644
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -1,16 +1,5 @@
'use strict';
-var browserSingleton;
-
-angularService('$browser', function($log, $sniffer) {
- if (!browserSingleton) {
- browserSingleton = new Browser(window, jqLite(window.document), jqLite(window.document.body),
- XHR, $log, $sniffer);
- }
- return browserSingleton;
-}, {$inject: ['$log', '$sniffer']});
-
-
publishExternalAPI(angular);
//try to bind to jquery now so that one can write angular.element().read()