From 18341e4edc7bb56865be0dee52945e8228bb6ab9 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Sun, 26 Oct 2014 11:03:20 +0100 Subject: [PATCH] Tune watching logic --- plugins/c9.fs/mock/test.browser.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/c9.fs/mock/test.browser.js diff --git a/plugins/c9.fs/mock/test.browser.js b/plugins/c9.fs/mock/test.browser.js new file mode 100644 index 00000000..6a2a0e65 --- /dev/null +++ b/plugins/c9.fs/mock/test.browser.js @@ -0,0 +1,7 @@ +function onClick() { + say("hi"); +} + +function say(text) { + alert(text); +} \ No newline at end of file