Bump to v3.6.0.

This commit is contained in:
jdalton
2015-03-24 19:28:36 -07:00
parent ee1f12c851
commit 801ffd8adf
193 changed files with 1213 additions and 976 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 restParam from './function/restParam';
import spread from './function/spread';
import throttle from './function/throttle';
import wrap from './function/wrap';
@@ -45,6 +46,7 @@ export default {
'partial': partial,
'partialRight': partialRight,
'rearg': rearg,
'restParam': restParam,
'spread': spread,
'throttle': throttle,
'wrap': wrap