JS Fix build failure due to missing splitWithRegex

This commit is contained in:
Sergey Mashkov
2015-05-13 15:17:38 +03:00
committed by Sergey Mashkov
parent 0ce1edd417
commit e3ae12ed62
-1
View File
@@ -17,7 +17,6 @@
package org.w3c.dom
import java.util.AbstractList
import kotlin.js.splitWithRegex
private class HTMLCollectionListView(val collection: HTMLCollection) : AbstractList<HTMLElement>() {
override fun size(): Int = collection.length