Skip to content

Instantly share code, notes, and snippets.

@matt-snider
matt-snider / README.md
Last active March 22, 2019 16:47 — forked from dragonai/README.md
GitLab Group Open Merge Requests Dashing Widget
@matt-snider
matt-snider / jenkins_build_view.coffee
Last active August 29, 2015 14:26
Jenkins Build View
class Dashing.JenkinsBuildView 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.