mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 12:33:37 +08:00
docs($browser): minor docs fixes
Remove obsolete `XHR` param from the docs and correct `$log` param description. Closes #9810
This commit is contained in:
committed by
Pawel Kozlowski
parent
2abea7514a
commit
52545e5a74
@@ -19,8 +19,7 @@
|
||||
/**
|
||||
* @param {object} window The global window object.
|
||||
* @param {object} document jQuery wrapped document.
|
||||
* @param {function()} XHR XMLHttpRequest constructor.
|
||||
* @param {object} $log console.log or an object with the same interface.
|
||||
* @param {object} $log window.console or an object with the same interface.
|
||||
* @param {object} $sniffer $sniffer service
|
||||
*/
|
||||
function Browser(window, document, $log, $sniffer) {
|
||||
|
||||
Reference in New Issue
Block a user