Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stat_graph.js.coffee « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b129619696fe5a69cc66e50d5884c7d2f669c8b0 (plain)
1
2
3
4
5
6
class window.StatGraph  
  @log: {}
  @get_log: ->
    @log
  @set_log: (data) ->
    @log = data