nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / static / examples / button-on-right.js
1 $.mockjax({
2     url: '*',
3     response: function(options) {
4         this.responseText = ExampleData.example_data;
5     },
6     responseTime: 0
7 });
8
9 $(function() {
10     $('#tree1').tree({
11         buttonLeft: false,
12         autoOpen: 0,
13         slide: true
14     });
15 });