Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
jceipek committed Sep 16, 2012
1 parent 42c3189 commit fc45747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 333 deletions.
4 changes: 3 additions & 1 deletion src/graph.coffee
Expand Up @@ -9,8 +9,10 @@ class User
class Sleep class Sleep
constructor: (@start, @end) -> constructor: (@start, @end) ->
@start = new Date(@start) @start = new Date(@start)
@start.setHours(@start.getHours()+randint(0,3)) #total = randint(0,3)
#@start.setHours(@start.getHours()+total)
@end = new Date(@end) @end = new Date(@end)
#@start.setHours(@start.getHours()+total)


class TempBar class TempBar
constructor : (@parent, @x, @y, @width, @height) -> constructor : (@parent, @x, @y, @width, @height) ->
Expand Down
332 changes: 0 additions & 332 deletions static/js/graph.js

This file was deleted.

0 comments on commit fc45747

Please sign in to comment.