remove Number from the list of valid runtime constructors - fixes #981

This commit is contained in:
Sebastian McKenzie
2015-03-10 03:27:13 +11:00
parent 1302a86bf2
commit 20eb143915
2 changed files with 2 additions and 2 deletions

View File

@@ -16,8 +16,7 @@ var ALIASABLE_CONSTRUCTORS = [
"Map",
"WeakMap",
"Set",
"WeakSet",
"Number"
"WeakSet"
];
var astVisitor = {