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