Sha256: 74a9d2d8c31c4c83c4f47077e46aec2f5eed0e2ff971bba6ee72c449b13fa414

Contents?: true

Size: 326 Bytes

Versions: 9

Compression:

Stored size: 326 Bytes

Contents

# All components in AppyApp will default to
# being extended by this helper.  It calls
# Lanes default helper, which will in turn call React.createClass
AppyApp.Components.Base = {

    extend: (klass) ->
        # Call Lanes default, which will eventually call React.createClass
        Lanes.React.Component.extend(klass)
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lanes-0.7.0 spec/command-reference-files/initial/client/appy-app/components/Base.coffee
lanes-0.6.1 spec/command-reference-files/initial/client/appy-app/components/Base.coffee
lanes-0.6.0 spec/command-reference-files/initial/client/appy-app/components/Base.coffee
lanes-0.5.6 spec/command-reference-files/initial/client/appy-app/components/Base.coffee
lanes-0.5.5 spec/command-reference-files/initial/client/appy-app/components/Base.coffee
lanes-0.5.0 spec/command-reference-files/initial/client/appy-app/components/Base.coffee
lanes-0.4.0 spec/command-reference-files/initial/client/appy-app/components/Base.coffee
lanes-0.3.0 spec/command-reference-files/initial/client/appy-app/components/Base.coffee
lanes-0.1.9.5 spec/command-reference-files/initial/client/appy-app/components/Base.coffee