initialization code for best_in_place

This commit is contained in:
Devin Howard 2012-12-30 22:56:05 -05:00
parent 460e992f32
commit a7412cd162
2 changed files with 6 additions and 1 deletions

View file

@ -12,6 +12,8 @@
//
//= require jquery
//= require jquery-ui
//= require jquery.purr
//= require best_in_place
//= require autocomplete-rails-uncompressed
//= require jquery_ujs
//= require_tree .

View file

@ -1,3 +1,6 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
jQuery ->
$('.best_in_place').best_in_place()