Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 842741e

Browse files
committed
doc($browser): remove duplication of $browser to docs
This was causing to show up the "$browser" twice in the menu.
1 parent 40ad543 commit 842741e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/AngularPublic.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
'use strict';
22

33
var browserSingleton;
4-
/**
5-
* @workInProgress
6-
* @ngdoc service
7-
* @name angular.service.$browser
8-
* @requires $log
9-
*
10-
* @description
11-
* Represents the browser.
12-
*/
4+
135
angularService('$browser', function($log){
146
if (!browserSingleton) {
157
browserSingleton = new Browser(window, jqLite(window.document), jqLite(window.document.body),

0 commit comments

Comments
 (0)