From a0c91b87544522edb521fd7ab5f8b1984c4a0781 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 20 Oct 2012 18:55:28 -0700 Subject: [PATCH] Remove `clearTimeout` and `setTimeout` from the list of properties to escape in pre-compile.js. Former-commit-id: 7d2c5fb866bd53df079fff3dab533866ab1f79f4 --- build/pre-compile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/pre-compile.js b/build/pre-compile.js index 89bddb66f..531dd09ca 100644 --- a/build/pre-compile.js +++ b/build/pre-compile.js @@ -77,7 +77,6 @@ 'bind', 'bindAll', 'chain', - 'clearTimeout', 'clone', 'collect', 'compact', @@ -170,7 +169,6 @@ 'rest', 'result', 'select', - 'setTimeout', 'shuffle', 'size', 'some',