Skip to content

Commit

Permalink
A fix for building on case-sensitive filesystem (Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Aug 26, 2017
1 parent 17cb32e commit ee51dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/github/snabbdom/attachto.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package com.github.snabbdom
import org.w3c.dom.Element
import org.w3c.dom.Node

@JsModule("snabbdom/helpers/attachTo")
@JsModule("snabbdom/helpers/attachto")
@JsNonModule
external val attachTo: dynamic = definedExternally
fun attachTo(target: Element, vnode: VNode): VNode = attachTo.default(target, vnode)
Expand Down

0 comments on commit ee51dd3

Please sign in to comment.