examples update
This commit is contained in:
@@ -110,4 +110,4 @@ fun getContext() : Context = Context();
|
||||
native
|
||||
fun getCanvas() : Canvas = Canvas();
|
||||
native
|
||||
fun getJBLogo() : HTMLImageElement = HTMLImageElement();
|
||||
fun getKotlinLogo() : HTMLImageElement = HTMLImageElement();
|
||||
@@ -6,6 +6,6 @@ function getCanvas() {
|
||||
return document.getElementsByTagName('canvas')[0];
|
||||
}
|
||||
|
||||
function getJBLogo() {
|
||||
function getKotlinLogo() {
|
||||
return document.getElementsByTagName('img')[0];
|
||||
}
|
||||
Reference in New Issue
Block a user