removed white space

This commit is contained in:
cedvdb
2017-03-14 00:55:41 +01:00
parent 5f37d32dbf
commit 875328c123

View File

@@ -5,7 +5,6 @@ interface DOMTokenList {
}
interface NodeList {
[Symbol.iterator](): IterableIterator<Node>
}