Sha256: c214ad89883a788ebda1e4785d7b38f0cfc89650d40be6619e046aa852a4869a

Contents?: true

Size: 265 Bytes

Versions: 9

Compression:

Stored size: 265 Bytes

Contents

AppyApp.Screens.Base = {

    # An extension point to modify the prototypes for screens
    extend: (klass) ->
        # Extend screen component with Lanes defaults,
        # which will eventually call React.createClass
        Lanes.React.Screen.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/screens/Base.coffee
lanes-0.6.1 spec/command-reference-files/initial/client/appy-app/screens/Base.coffee
lanes-0.6.0 spec/command-reference-files/initial/client/appy-app/screens/Base.coffee
lanes-0.5.6 spec/command-reference-files/initial/client/appy-app/screens/Base.coffee
lanes-0.5.5 spec/command-reference-files/initial/client/appy-app/screens/Base.coffee
lanes-0.5.0 spec/command-reference-files/initial/client/appy-app/screens/Base.coffee
lanes-0.4.0 spec/command-reference-files/initial/client/appy-app/screens/Base.coffee
lanes-0.3.0 spec/command-reference-files/initial/client/appy-app/screens/Base.coffee
lanes-0.1.9.5 spec/command-reference-files/initial/client/appy-app/screens/Base.coffee