Sha256: 4224838773761991084c5a2838fdbce5faaa64a1acb25d6e36b2922b1dc1ee7a

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 Bytes

Contents

Neighborly.Neighborly ?= {}
Neighborly.Neighborly.Admin ?= {}
Neighborly.Neighborly.Admin.Channels ?= {}

Neighborly.Neighborly.Admin.Channels.New =
  init: Backbone.View.extend
    el: '.admin'

    initialize: ->
      this.$('.markdown-editor').markItUp(Neighborly.markdownSettings)


Neighborly.Neighborly.Admin.Channels.Edit =
  modules: -> [Neighborly.Neighborly.Admin.Channels.New]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dune-admin-1.2.1 app/assets/javascripts/dune/admin/channels/new.js.coffee
dune-admin-1.2.0 app/assets/javascripts/dune/admin/channels/new.js.coffee