Remove "Number" and "String" from contextProps.

This commit is contained in:
John-David Dalton
2015-09-03 22:13:57 -07:00
parent 41d3b66867
commit 4a87acf1ac

View File

@@ -159,10 +159,10 @@
/** Used to assign default `context` object properties. */
var contextProps = [
'Array', 'ArrayBuffer', 'Date', 'Error', 'Float32Array', 'Float64Array',
'Function', 'Int8Array', 'Int16Array', 'Int32Array', 'Math', 'Number',
'Object', 'Reflect', 'RegExp', 'Set', 'String', 'Symbol', 'TypeError',
'Uint8Array', 'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap',
'_', 'clearTimeout', 'isFinite', 'parseFloat', 'parseInt', 'setTimeout'
'Function', 'Int8Array', 'Int16Array', 'Int32Array', 'Math', 'Object',
'Reflect', 'RegExp', 'Set', 'String', 'Symbol', 'TypeError', 'Uint8Array',
'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap', '_',
'clearTimeout', 'isFinite', 'parseFloat', 'parseInt', 'setTimeout'
];
/** Used to make template sourceURLs easier to identify. */