Bump to v3.10.1.

This commit is contained in:
John-David Dalton
2015-07-26 12:21:59 -07:00
parent b97a9a3da0
commit 4ef16c96e5
40 changed files with 55 additions and 54 deletions

View File

@@ -3,7 +3,7 @@ var baseDelay = require('../internal/baseDelay'),
/**
* Invokes `func` after `wait` milliseconds. Any additional arguments are
* provided to `func` when it is invoked.
* provided to `func` when it's invoked.
*
* @static
* @memberOf _