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

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

There is a newer version: 0.0.16
Show 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