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 committed by Igor Minar
parent 21c4919a5b
commit 99ee6f275a

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),