[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 60_tojson.md
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/_entries/60_tojson.md b/ecomp-portal-FE/client/bower_components/jqTree/_entries/60_tojson.md
deleted file mode 100644 (file)
index 55da1d7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: toJson
-name: functions-tojson
----
-
-**function toJson();**
-
-Get the tree data as json.
-
-{% highlight js %}
-// Assuming the tree exists
-$('#tree1').tree('toJson');
-{% endhighlight %}