Update build to work with _.runInContext.

Former-commit-id: da4a9da0e2c74bbcbd142c077794486d0ac45835
This commit is contained in:
John-David Dalton
2013-02-21 07:45:22 -08:00
parent 4251b36b25
commit f6e724c4c5
5 changed files with 125 additions and 63 deletions

View File

@@ -64,12 +64,14 @@
'all',
'amd',
'any',
'Array',
'assign',
'at',
'attachEvent',
'bind',
'bindAll',
'bindKey',
'Boolean',
'clearTimeout',
'clone',
'cloneDeep',
@@ -79,6 +81,7 @@
'contains',
'countBy',
'criteria',
'Date',
'debounce',
'defaults',
'defer',
@@ -102,6 +105,7 @@
'forEach',
'forIn',
'forOwn',
'Function',
'functions',
'global',
'groupBy',
@@ -141,6 +145,7 @@
'last',
'lastIndexOf',
'map',
'Math',
'max',
'memoize',
'merge',
@@ -148,10 +153,11 @@
'min',
'mixin',
'noConflict',
'Object',
'object',
'omit',
'once',
'opera',
'Number',
'pairs',
'partial',
'partialRight',
@@ -161,9 +167,11 @@
'range',
'reduce',
'reduceRight',
'RegExp',
'reject',
'rest',
'result',
'runInContext',
'select',
'setImmediate',
'setTimeout',
@@ -173,6 +181,7 @@
'sortBy',
'sortedIndex',
'source',
'String',
'tail',
'take',
'tap',