aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/AngularPublic.js')
-rw-r--r--src/AngularPublic.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index b62483f8..cc901d6d 100644
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -12,12 +12,6 @@ angularService('$browser', function($log){
if (!browserSingleton) {
browserSingleton = new Browser(window, jqLite(window.document), jqLite(window.document.body),
XHR, $log);
- var addPollFn = browserSingleton.addPollFn;
- browserSingleton.addPollFn = function(){
- browserSingleton.addPollFn = addPollFn;
- browserSingleton.startPoller(100, function(delay, fn){setTimeout(delay,fn);});
- return addPollFn.apply(browserSingleton, arguments);
- };
browserSingleton.bind();
}
return browserSingleton;