Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ce2f2a3

Browse filesBrowse files
committed
Merge pull request vuejs#2588 from kazupon/fix/array-comment
fix: array $remove method jsdoc
2 parents fb876ef + 8a686e6 commit ce2f2a3
Copy full SHA for ce2f2a3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎src/observer/array.js

Copy file name to clipboardExpand all lines: src/observer/array.js
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ def(
6969
)
7070

7171
/**
72-
* Convenience method to remove the element at given index.
72+
* Convenience method to remove the element at given index or target element reference.
7373
*
74-
* @param {Number} index
75-
* @param {*} val
74+
* @param {*} item
7675
*/
7776

7877
def(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.