Remove BOM from es6.d.ts

Fixes #1354
This commit is contained in:
Arnavion
2014-12-03 12:08:29 -08:00
parent c075fe1917
commit d7c32a421b

2
src/lib/es6.d.ts vendored
View File

@@ -1,4 +1,4 @@
declare type PropertyKey = string | number | Symbol;
declare type PropertyKey = string | number | Symbol;
interface Symbol {
/** Returns a string representation of an object. */