Sha256: baa939874b5501ac9fcb504aa7aff37a23d3c54e4a975dc15943398a57d1e1ac

Contents?: true

Size: 432 Bytes

Versions: 3

Compression:

Stored size: 432 Bytes

Contents

App = window.App =
  Common:
    initPage: ->
      # If you're using the Turbolinks and you need run a code only one time, put something here.
      # if you're not using the turbolinks, there's no difference between init and initPage.

    init: ->
      # Something here. This is called in every page, with or without Turbolinks.

    finish: ->
      # Something here. This is called in every page, with or without Turbolinks.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
initjs-0.1.3 lib/generators/initjs/templates/app.js.coffee
initjs-0.1.2 lib/generators/initjs/templates/app.js.coffee
initjs-0.1.1 lib/generators/initjs/templates/app.js.coffee