summaryrefslogtreecommitdiff
path: root/templates/project/widgets/list/list.coffee
blob: 3cbf7a1490e00a329ab7519f7a3a7814d9229544 (plain)
1
2
3
4
5
6
class Dashing.List extends Dashing.Widget
  ready: ->
    if @get('unordered')
      $(@node).find('ol').remove()
    else
      $(@node).find('ul').remove()