summaryrefslogtreecommitdiff
path: root/js/helpers.js
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-06-08 13:16:31 +0000
committerAlex Xu <alex_y_xu@yahoo.ca>2013-06-08 13:16:31 +0000
commit18a8514997b9ff68cefeb1bb1ffe4eeb75d1de7c (patch)
tree240891f6cf7888e545f4cfe08770dbc47fc9a262 /js/helpers.js
parentb08abbc6b196c055b26163c58c795bf09b2bb2c1 (diff)
downloadhtml5ks-18a8514997b9ff68cefeb1bb1ffe4eeb75d1de7c.tar.xz
html5ks-18a8514997b9ff68cefeb1bb1ffe4eeb75d1de7c.zip
start on api
Diffstat (limited to 'js/helpers.js')
-rw-r--r--js/helpers.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/helpers.js b/js/helpers.js
new file mode 100644
index 0000000..e0c5180
--- /dev/null
+++ b/js/helpers.js
@@ -0,0 +1,6 @@
+function STUB() {
+ return console.log("STUB: " + arguments.caller);
+}
+function WARN(msg) {
+ return console.log("WARN: " + arguments.caller + ": " + msg);
+}