Sha256: 5452bb5be09210f73c68f857e762dc72ffaafaffd68f0d6f2350d87306436046

Contents?: true

Size: 392 Bytes

Versions: 1

Compression:

Stored size: 392 Bytes

Contents

define [
  'underscore'
  'lib/utils'
  'chaplin'
], (_, utils, Chaplin) ->

  # Application-specific feature detection
  # --------------------------------------

  # Delegate to Chaplin’s support module
  support = utils.beget Chaplin.support

  # Add additional application-specific properties and methods

  # _(support).extend
  #   someProperty: 'foo'
  #   someMethod: ->

  support

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chaplin-on-rails-0.7.0.1 lib/generators/chaplin/install/templates/javascripts/lib/support.js.coffee