added the dom events API to the kotlin standard library and get it compiling as JS too (not unit tested yet mind you ;)

This commit is contained in:
James Strachan
2012-07-24 14:32:27 +01:00
parent 0ccc0de2fe
commit 7d0b03de76
5 changed files with 66 additions and 32 deletions
@@ -44,9 +44,6 @@
<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"/>