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

Commit 52545e5

Browse files
gkalpakpkozlowski-opensource
authored andcommitted
docs($browser): minor docs fixes
Remove obsolete `XHR` param from the docs and correct `$log` param description. Closes #9810
1 parent 2abea75 commit 52545e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ng/browser.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
/**
2020
* @param {object} window The global window object.
2121
* @param {object} document jQuery wrapped document.
22-
* @param {function()} XHR XMLHttpRequest constructor.
23-
* @param {object} $log console.log or an object with the same interface.
22+
* @param {object} $log window.console or an object with the same interface.
2423
* @param {object} $sniffer $sniffer service
2524
*/
2625
function Browser(window, document, $log, $sniffer) {

0 commit comments

Comments
 (0)