2013-01-23 13:04:38 +00:00

6 lines
157 B
CoffeeScript

class Dashing.List extends Dashing.Widget
ready: ->
if @get('unordered')
$(@node).find('ol').remove()
else
$(@node).find('ul').remove()