Tune watching logic

This commit is contained in:
Lennart Kats 2014-10-26 11:03:20 +01:00
parent ab5940bb9b
commit 18341e4edc

View File

@ -0,0 +1,7 @@
function onClick() {
say("hi");
}
function say(text) {
alert(text);
}