71d67e6557
Created tests and refactored some code along the way Added stat graph util spec, refactored code finsihed up tests and refactors finsihed up tests and refactors
6 lines
98 B
CoffeeScript
6 lines
98 B
CoffeeScript
class window.StatGraph
|
|
@log: {}
|
|
@get_log: ->
|
|
@log
|
|
@set_log: (data) ->
|
|
@log = data
|