Remove accidental trailing comma.

This commit is contained in:
John-David Dalton
2015-07-15 09:33:55 -07:00
parent 33a9ebaba1
commit 5d842273d9

View File

@@ -144,7 +144,7 @@
'Function', 'Int8Array', 'Int16Array', 'Int32Array', 'Math', 'Number',
'Object', 'Reflect', 'RegExp', 'Set', 'String', 'TypeError', 'Uint8Array',
'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap', '_',
'clearTimeout', 'isFinite', 'parseFloat', 'parseInt', 'setTimeout',
'clearTimeout', 'isFinite', 'parseFloat', 'parseInt', 'setTimeout'
];
/** Used to make template sourceURLs easier to identify. */