summaryrefslogtreecommitdiff
path: root/widgets/gitlab_merge_requests/gitlab_merge_requests.coffee
blob: e68c3f6435c052773318a3ebd955c1b33971678f (plain)
1
2
3
4
5
6
7
8
9
class Dashing.GitlabMergeRequests extends Dashing.Widget

  ready: ->
    # This is fired when the widget is done being rendered

  onData: (data) ->
    # Handle incoming data
    # You can access the html node of this widget with `@node`
    # Example: $(@node).fadeOut().fadeIn() will make the node flash each time data comes in.