added first cut of the DOM events API (its not all compiling to JS yet though due to Class<T> not being supported)
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
<fileset dir="${basedir}/../../stdlib/src/kotlin/dom">
|
||||
<include name="**/*.kt"/>
|
||||
<exclude name="**/*JVM.kt"/>
|
||||
|
||||
<!-- TODO get compiling ASAP when we can use Class<T> in JavaScript -->
|
||||
<exclude name="**/DomEvents.kt"/>
|
||||
</fileset>
|
||||
<fileset dir="${basedir}/../../stdlib/src/kotlin/support">
|
||||
<include name="**/*.kt"/>
|
||||
|
||||
Reference in New Issue
Block a user