[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / static / examples / icon_buttons.js
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/static/examples/icon_buttons.js b/ecomp-portal-FE/client/bower_components/jqTree/static/examples/icon_buttons.js
deleted file mode 100644 (file)
index a7b27fc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-$.mockjax({
-    url: '*',
-    response: function(options) {
-        this.responseText = ExampleData.example_data;
-    },
-    responseTime: 0
-});
-
-$(function() {
-    $('#tree1').tree({
-        closedIcon: $('<i class="fa fa-arrow-circle-right"></i>'),
-        openedIcon: $('<i class="fa fa-arrow-circle-down"></i>')
-    });
-});