JS Fix build failure due to missing splitWithRegex
This commit is contained in:
committed by
Sergey Mashkov
parent
0ce1edd417
commit
e3ae12ed62
@@ -17,7 +17,6 @@
|
|||||||
package org.w3c.dom
|
package org.w3c.dom
|
||||||
|
|
||||||
import java.util.AbstractList
|
import java.util.AbstractList
|
||||||
import kotlin.js.splitWithRegex
|
|
||||||
|
|
||||||
private class HTMLCollectionListView(val collection: HTMLCollection) : AbstractList<HTMLElement>() {
|
private class HTMLCollectionListView(val collection: HTMLCollection) : AbstractList<HTMLElement>() {
|
||||||
override fun size(): Int = collection.length
|
override fun size(): Int = collection.length
|
||||||
|
|||||||
Reference in New Issue
Block a user