summaryrefslogtreecommitdiff
path: root/www/js/clock.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-03-23 21:05:02 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-03-23 21:05:02 (GMT)
commit81a24e4523784786dcc45abcf7a48c1e563ab2d1 (patch)
tree69df97d34fbbde07fbb1a492e5faf9c7e2784986 /www/js/clock.js
parent67ecaf31f7125c9d24d3c52dded063ad2f5a788f (diff)
moved javascript variables to own namepsace
Diffstat (limited to 'www/js/clock.js')
-rw-r--r--www/js/clock.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/clock.js b/www/js/clock.js
index a2b0628..673374e 100644
--- a/www/js/clock.js
+++ b/www/js/clock.js
@@ -21,6 +21,8 @@
'use strict';
+var RHRD = RHRD || {};
+
function Clock() {
this.draw_callbacks = $.Callbacks('unique');