Skip to content

Commit a2c7cf9

Browse files
jesselpalmercaitp
authored andcommitted
docs($http): remove invalid JSDOC tags for patch() method
The @methodOf tag was causing a warning on build. I removed the tag and changed the @name to match the previous comment blocks. Closes angular#8170
1 parent af20a8a commit a2c7cf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ng/http.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,7 @@ function $HttpProvider() {
820820

821821
/**
822822
* @ngdoc method
823-
* @name ng.$http#patch
824-
* @methodOf ng.$http
823+
* @name $http#patch
825824
*
826825
* @description
827826
* Shortcut method to perform `PATCH` request.

0 commit comments

Comments
 (0)