tree.js.coffee 187 Bytes Edit Raw Blame History 1 2 3 4 5 class Module.Tree @load: (loading_html, module_id) -> $('div#module_tree').html(loading_html) $('div#metric_results').html(loading_html) $.post '/modules/'+module_id+'/tree'