doc($browser): remove duplication of $browser to docs

This was causing to show up the "$browser" twice in the menu.
This commit is contained in:
Vojta Jina 2011-08-10 11:51:24 +02:00
parent 40ad543d27
commit 842741ee99

View file

@ -1,15 +1,7 @@
'use strict';
var browserSingleton;
/**
* @workInProgress
* @ngdoc service
* @name angular.service.$browser
* @requires $log
*
* @description
* Represents the browser.
*/
angularService('$browser', function($log){
if (!browserSingleton) {
browserSingleton = new Browser(window, jqLite(window.document), jqLite(window.document.body),