lil js refactoring

This commit is contained in:
Dmitriy Zaporozhets 2011-12-12 20:08:04 +02:00 committed by Jeremy Mack
parent a39fb5fc25
commit 8ee6d21fa1
5 changed files with 26 additions and 16 deletions

View file

@ -1 +1,6 @@
#tree-holder= render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}
:javascript
$(function() {
Tree.init();
});