Skip to content

Commit

Permalink
doc($browser): remove duplication of $browser to docs
Browse files Browse the repository at this point in the history
This was causing to show up the "$browser" twice in the menu.
  • Loading branch information
vojtajina authored and IgorMinar committed Aug 19, 2011
1 parent 21c4919 commit 99ee6f2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/AngularPublic.js
Original file line number Diff line number Diff line change
@@ -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),
Expand Down

0 comments on commit 99ee6f2

Please sign in to comment.