From 0b4b86f6c90ac2bf6ff395b94d9fcf253abb2165 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 19 May 2013 10:58:36 -0700 Subject: [PATCH] Remove `ctorByClass` from the minified vars list in pre-compile.js. Former-commit-id: 5f5fe90d6a1a9726a07ee7b4c2c9b9b23b6700d3 --- build/pre-compile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build/pre-compile.js b/build/pre-compile.js index d4e984819..2bbc6af25 100644 --- a/build/pre-compile.js +++ b/build/pre-compile.js @@ -15,7 +15,6 @@ 'collection', 'conditions', 'ctor', - 'ctorByClass', 'errorClass', 'errorProto', 'guard',