From 8dcc15f4d3e36025a7c75579931cf996ec9c504d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 17 Feb 2013 18:15:41 -0800 Subject: [PATCH] Ensure `setImmediate` is not minified by the Closure Compiler. Former-commit-id: 74c121d45854dba2aaaa65558c3e1ca8effd3096 --- build/pre-compile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/pre-compile.js b/build/pre-compile.js index 020801c5d..94e1011b3 100644 --- a/build/pre-compile.js +++ b/build/pre-compile.js @@ -70,6 +70,7 @@ 'bind', 'bindAll', 'bindKey', + 'clearTimeout', 'clone', 'cloneDeep', 'collect', @@ -164,6 +165,8 @@ 'rest', 'result', 'select', + 'setImmediate', + 'setTimeout', 'shuffle', 'size', 'some',