aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
diff options
context:
space:
mode:
authorMisko Hevery2011-08-24 21:28:55 -0700
committerIgor Minar2011-10-11 10:53:06 -0700
commit1942861472a4cd8d2d72f2ed54ee2b63be5d68b8 (patch)
treeef71c388e21704fd241367dfdfdf6d0181e480a8 /src/AngularPublic.js
parentb96e978178a6acbf048aa6db466ed845e1395445 (diff)
downloadangular.js-1942861472a4cd8d2d72f2ed54ee2b63be5d68b8.tar.bz2
refactor(hover): delete hover service
Diffstat (limited to 'src/AngularPublic.js')
-rw-r--r--src/AngularPublic.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index 8683b379..fc8a90fd 100644
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -6,7 +6,6 @@ angularService('$browser', function($log, $sniffer) {
if (!browserSingleton) {
browserSingleton = new Browser(window, jqLite(window.document), jqLite(window.document.body),
XHR, $log, $sniffer);
- browserSingleton.bind();
}
return browserSingleton;
}, {$inject: ['$log', '$sniffer']});