More api hack for some web demo js examples. (by Natasha)

This commit is contained in:
unknown
2012-03-27 20:46:06 +04:00
committed by Pavel V. Talanov
parent 1e180f550f
commit 55def7f8ff
3 changed files with 22 additions and 13 deletions
+3 -1
View File
@@ -127,4 +127,6 @@ fun getContext() : Context = Context();
native
fun getCanvas() : Canvas = Canvas();
native
fun getKotlinLogo() : HTMLImageElement = HTMLImageElement();
fun getKotlinLogo() : HTMLImageElement = HTMLImageElement();
native
fun getImage(src: String) : HTMLImageElement = HTMLImageElement();