Sha256: 51d7b7fecaa48c2dcaafa12cd64df993f62e8c755d278ba10f34a015674af461

Contents?: true

Size: 634 Bytes

Versions: 3

Compression:

Stored size: 634 Bytes

Contents

/*jsl:import coherent*/
/*jsl:import ../../js/AppDelegate.js*/

NIB('<%=nib_name%>', {

  '<%=nib_name%>': VIEW({
  
    ':root': coherent.View({
      //  Set up necessary bindings and configuration information for your
      //  root view here.
    })
    
  }),

  //  Instantiate your AppDelegate and configure it.
  AppDelegate: <%=name%>.AppDelegate({
    //  Place configuration options for your application delegate here
  }),
  
  //  For the main interface bundle, the owner is the Application itself 
  owner:
  {
    //  Connect your AppDelegate to the Application as a delegate
    delegate: REF('AppDelegate')
  }
  
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
coherent-0.6.11 app_generators/coherent/templates/src/nibs/@nib_name@.jsnib/@nib_name@.js.erb
coherent-0.6.10 app_generators/coherent/templates/src/nibs/@nib_name@.jsnib/@nib_name@.js.erb
coherent-0.6.9 app_generators/coherent/templates/src/nibs/@nib_name@.jsnib/@nib_name@.js.erb