Removed js package usages
This commit is contained in:
@@ -4,7 +4,7 @@ import org.w3c.dom.Document
|
||||
import org.w3c.dom.Node
|
||||
|
||||
public fun createDocument(): Document {
|
||||
return js.dom.html.document.implementation.createDocument(null, null, null)
|
||||
return kotlin.js.dom.html.document.implementation.createDocument(null, null, null)
|
||||
}
|
||||
|
||||
native public val Node.outerHTML: String get() = noImpl
|
||||
|
||||
@@ -1 +1 @@
|
||||
native public fun parseInt(s: String, radix: Int = 10): Int = js.noImpl
|
||||
native public fun parseInt(s: String, radix: Int = 10): Int = noImpl
|
||||
Reference in New Issue
Block a user