examples update

This commit is contained in:
Pavel Talanov
2012-02-09 19:10:09 +04:00
parent 2a515b2eb9
commit 0555b732ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -110,4 +110,4 @@ fun getContext() : Context = Context();
native native
fun getCanvas() : Canvas = Canvas(); fun getCanvas() : Canvas = Canvas();
native native
fun getJBLogo() : HTMLImageElement = HTMLImageElement(); fun getKotlinLogo() : HTMLImageElement = HTMLImageElement();
+1 -1
View File
@@ -6,6 +6,6 @@ function getCanvas() {
return document.getElementsByTagName('canvas')[0]; return document.getElementsByTagName('canvas')[0];
} }
function getJBLogo() { function getKotlinLogo() {
return document.getElementsByTagName('img')[0]; return document.getElementsByTagName('img')[0];
} }