Ensure setImmediate is not minified by the Closure Compiler.

Former-commit-id: 74c121d45854dba2aaaa65558c3e1ca8effd3096
This commit is contained in:
John-David Dalton
2013-02-17 18:15:41 -08:00
parent 8183740c04
commit 8dcc15f4d3

View File

@@ -70,6 +70,7 @@
'bind', 'bind',
'bindAll', 'bindAll',
'bindKey', 'bindKey',
'clearTimeout',
'clone', 'clone',
'cloneDeep', 'cloneDeep',
'collect', 'collect',
@@ -164,6 +165,8 @@
'rest', 'rest',
'result', 'result',
'select', 'select',
'setImmediate',
'setTimeout',
'shuffle', 'shuffle',
'size', 'size',
'some', 'some',