nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / static / examples / load_json_data_from_server.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 });