Sha256: 63a9efe5f2e579df1e63d669c940a6128e00b973501dffaa4d4ff2ce8c8a5d05
Contents?: true
Size: 463 Bytes
Versions: 2
Compression:
Stored size: 463 Bytes
Contents
#= require_self #= require_tree . window.Dummy = 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
initjs-1.0.1 | spec/dummy/app/assets/javascripts/dummy/dummy.js.coffee |
initjs-1.0.0 | spec/dummy/app/assets/javascripts/dummy/dummy.js.coffee |