mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Tune watching logic
This commit is contained in:
parent
ab5940bb9b
commit
18341e4edc
7
plugins/c9.fs/mock/test.browser.js
Normal file
7
plugins/c9.fs/mock/test.browser.js
Normal file
@ -0,0 +1,7 @@
|
||||
function onClick() {
|
||||
say("hi");
|
||||
}
|
||||
|
||||
function say(text) {
|
||||
alert(text);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user