examples update
This commit is contained in:
@@ -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();
|
||||||
@@ -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];
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user