Skip to content

Commit

Permalink
Merge pull request #1820 from jscissr/splice
Browse files Browse the repository at this point in the history
Fix jsdoc for splice
  • Loading branch information
kevinpschaaf committed Jun 10, 2015
2 parents a025702 + ea98108 commit 6b43314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard/notify-path.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
* @param {number} start Index from which to start removing/inserting.
* @param {number} deleteCount Number of items to remove.
* @param {...any} var_args Items to insert into array.
* @return {number} New length of the array.
* @return {Array} Array of removed items.
*/
splice: function(path, start, deleteCount) {
var array = this.get(path);
Expand Down

0 comments on commit 6b43314

Please sign in to comment.