Remove clearTimeout and setTimeout from the list of properties to escape in pre-compile.js.

Former-commit-id: 7d2c5fb866bd53df079fff3dab533866ab1f79f4
This commit is contained in:
John-David Dalton
2012-10-20 18:55:28 -07:00
parent 937bdc05c8
commit a0c91b8754

View File

@@ -77,7 +77,6 @@
'bind',
'bindAll',
'chain',
'clearTimeout',
'clone',
'collect',
'compact',
@@ -170,7 +169,6 @@
'rest',
'result',
'select',
'setTimeout',
'shuffle',
'size',
'some',