summaryrefslogtreecommitdiff
path: root/vendor/javascripts/application.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/javascripts/application.coffee')
-rw-r--r--vendor/javascripts/application.coffee10
1 files changed, 5 insertions, 5 deletions
diff --git a/vendor/javascripts/application.coffee b/vendor/javascripts/application.coffee
index 6704ee5..4302611 100644
--- a/vendor/javascripts/application.coffee
+++ b/vendor/javascripts/application.coffee
@@ -18,10 +18,10 @@ Batman.Filters.shortenedNumber = (num) ->
else
num
-class window.AllTheThings extends Batman.App
+class window.Dashing extends Batman.App
@root ->
-Batman.Property.EasingSetter =
+Dashing.AnimatedValue =
get: Batman.Property.defaultAccessor.get
set: (k, to) ->
if isNaN(to)
@@ -44,8 +44,8 @@ Batman.Property.EasingSetter =
@set k, to
@[k] = num
-AllTheThings.widgets = widgets = {}
-AllTheThings.lastEvents = lastEvents = {}
+Dashing.widgets = widgets = {}
+Dashing.lastEvents = lastEvents = {}
source = new EventSource('/events')
source.addEventListener 'open', (e) ->
@@ -65,4 +65,4 @@ source.addEventListener 'message', (e) =>
$(document).ready ->
- AllTheThings.run() \ No newline at end of file
+ Dashing.run() \ No newline at end of file