[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 56_scrolltonode.md
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/_entries/56_scrolltonode.md b/ecomp-portal-FE/client/bower_components/jqTree/_entries/56_scrolltonode.md
deleted file mode 100644 (file)
index e9ac2dc..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: scrollToNode
-name: functions-scrolltonode
----
-
-**function scrollToNode(node);**
-
-Scroll to this node. This is useful if the tree is in a container div and is scrollable.
-
-{% highlight js %}
-var node = $tree.tree('getNodeById', 1);
-$tree.tree('scrollToNode', node);
-{% endhighlight %}