nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / static / examples / autoscroll.js
1 $(function() {
2     var $tree = $('#tree1');
3     $tree.tree({
4         data: ExampleData.example_data,
5         dragAndDrop: true,
6         autoOpen: true
7     });
8 });