Sha256: 4317fba82ee02f6ac7961d9fa3597cdcc8e5e83ea51c1bc11b8a6c8a46256b03

Contents?: true

Size: 753 Bytes

Versions: 9

Compression:

Stored size: 753 Bytes

Contents

class Tenon.features.tenonContent.Base
  constructor: ->
    $container = $('.tenon-content')
    new Tenon.features.tenonContent.Aesthetics($container)
    new Tenon.features.tenonContent.BottombarToggler($container)
    new Tenon.features.tenonContent.CaptionToggler($container)
    new Tenon.features.tenonContent.ColumnSizing($container)
    new Tenon.features.tenonContent.ColumnSwap($container)
    new Tenon.features.tenonContent.Editor($container)
    new Tenon.features.tenonContent.ImageControls($container)
    new Tenon.features.tenonContent.LibraryFilter($container)
    new Tenon.features.tenonContent.PopOut($container)
    new Tenon.features.tenonContent.Sortable($container)
    new Tenon.features.tenonContent.WrappedSizing($container)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tenon-1.0.8 app/assets/javascripts/tenon/features/tenon_content/base.js.coffee
tenon-1.0.7 app/assets/javascripts/tenon/features/tenon_content/base.js.coffee
tenon-1.0.6 app/assets/javascripts/tenon/features/tenon_content/base.js.coffee
tenon-1.0.5 app/assets/javascripts/tenon/features/tenon_content/base.js.coffee
tenon-1.0.4 app/assets/javascripts/tenon/features/tenon_content/base.js.coffee
tenon-1.0.3 app/assets/javascripts/tenon/features/tenon_content/base.js.coffee
tenon-1.0.2 app/assets/javascripts/tenon/features/tenon_content/base.js.coffee
tenon-1.0.1 app/assets/javascripts/tenon/features/tenon_content/base.js.coffee
tenon-1.0 app/assets/javascripts/tenon/features/tenon_content/base.js.coffee