view app/assets/javascripts/boot.js @ 301:2fb00d365745

Add set -x to view commands executed for test.
author edogawaconan <me@myconan.net>
date Wed, 12 Feb 2014 15:44:36 +0900
parents fa4a1ba990ae
children
line wrap: on
line source

//= require zp.init
//= require zp.formatter
//= require zp.hash_magic
//= require zp.new
$(document).ready(function() {
  zp.formatter.init()
  zp.hash_magic.init()
  zp.new.init()
})