Mercurial > zeropaste
diff app/assets/javascripts/boot.js @ 214:22c4b5f90e24
Massive javascript and html refactor. Also, ie9
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 12 May 2013 02:43:38 +0900 |
parents | |
children | 010bfb3a3463 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/assets/javascripts/boot.js Sun May 12 02:43:38 2013 +0900 @@ -0,0 +1,10 @@ +//= require zp.init +//= require zp.formatter +//= require zp.viewer_width +//= require zp.hash_magic +//= require zp.new +$(document).ready(function() { + zp.formatter.init() + zp.viewer_width.init() + zp.new.init() +})