annotate app/assets/javascripts/boot.js.coffee @ 362:cbf116933259

Update to rails 4.2.
author edogawaconan <me@myconan.net>
date Sat, 20 Dec 2014 17:57:34 +0900
parents d08135e07f6c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
346
d08135e07f6c coffee: boot.
edogawaconan <me@myconan.net>
parents: 264
diff changeset
1 #= require zp.init
d08135e07f6c coffee: boot.
edogawaconan <me@myconan.net>
parents: 264
diff changeset
2 #= require zp.formatter
d08135e07f6c coffee: boot.
edogawaconan <me@myconan.net>
parents: 264
diff changeset
3 #= require zp.hash_magic
d08135e07f6c coffee: boot.
edogawaconan <me@myconan.net>
parents: 264
diff changeset
4 #= require zp.new
d08135e07f6c coffee: boot.
edogawaconan <me@myconan.net>
parents: 264
diff changeset
5 $(document).ready ->
214
22c4b5f90e24 Massive javascript and html refactor. Also, ie9
Edho Arief <edho@myconan.net>
parents:
diff changeset
6 zp.formatter.init()
218
010bfb3a3463 Somehow nuked the hash_magic init.
Edho Arief <edho@myconan.net>
parents: 214
diff changeset
7 zp.hash_magic.init()
214
22c4b5f90e24 Massive javascript and html refactor. Also, ie9
Edho Arief <edho@myconan.net>
parents:
diff changeset
8 zp.new.init()