Bump to v3.3.1.

This commit is contained in:
John-David Dalton
2015-12-16 17:47:30 -08:00
parent f8e4370129
commit 7a82a3d77b
13 changed files with 49 additions and 40 deletions

View File

@@ -29,7 +29,7 @@ define(['./debounce', '../lang/isObject'], function(debounce, isObject) {
* @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.