[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / static / examples / save_state.js
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/static/examples/save_state.js b/ecomp-portal-FE/client/bower_components/jqTree/static/examples/save_state.js
deleted file mode 100644 (file)
index 252bf36..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-$.mockjax({
-    url: '*',
-    response: function(options) {
-        this.responseText = ExampleData.example_data;
-    },
-    responseTime: 0
-});
-
-$(function() {
-    $('#tree1').tree({
-        saveState: true
-    });
-});