All Downloads are FREE. Search and download functionalities are using the official Maven repository.

statics.widgets.list.list.coffee Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy