Bump to v3.3.1.

This commit is contained in:
jdalton
2015-02-22 17:47:09 -08:00
parent 5dc85cc9a8
commit cc16e113c2
13 changed files with 53 additions and 45 deletions

View File

@@ -30,7 +30,7 @@ var debounceOptions = {
* @memberOf _
* @category Function
* @param {Function} func The function to throttle.
* @param {number} wait The number of milliseconds to throttle invocations to.
* @param {number} [wait=0] The number of milliseconds to throttle invocations to.
* @param {Object} [options] The options object.
* @param {boolean} [options.leading=true] Specify invoking on the leading
* edge of the timeout.