[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 40_destroy.md
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/_entries/40_destroy.md b/ecomp-portal-FE/client/bower_components/jqTree/_entries/40_destroy.md
deleted file mode 100644 (file)
index 54c12d2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: destroy
-name: functions-destroy
----
-
-**function destroy();**
-
-Destroy the tree. This removes the dom elements and event bindings.
-
-{% highlight js %}
-$('#tree1').tree('destroy');
-{% endhighlight %}