Bump to v3.2.0.

This commit is contained in:
jdalton
2015-02-12 08:27:43 -08:00
parent d5f4043617
commit b82c7ebc32
92 changed files with 816 additions and 378 deletions

View File

@@ -19,6 +19,7 @@ import once from './function/once';
import partial from './function/partial';
import partialRight from './function/partialRight';
import rearg from './function/rearg';
import spread from './function/spread';
import throttle from './function/throttle';
import wrap from './function/wrap';
@@ -44,6 +45,7 @@ export default {
'partial': partial,
'partialRight': partialRight,
'rearg': rearg,
'spread': spread,
'throttle': throttle,
'wrap': wrap
};