Fix #5681 - fix bootstrap4 detection
[roojs1] / docs / src / Roo_tree_TreeLoader.js.html
index 82ff8e3..0c7adc6 100644 (file)
@@ -1,4 +1,4 @@
-<html><head><title>/home/alan/gitlive/roojs1/Roo/tree/TreeLoader.js</title><link rel="stylesheet" type="text/css" href="../../css/highlight-js.css"/></head><body class="highlightpage"><code class="jsdoc-pretty"><span class="jsdoc-comment">/*
+<html><head><title>Roo/tree/TreeLoader.js</title><link rel="stylesheet" type="text/css" href="../../css/highlight-js.css"/></head><body class="highlightpage"><code class="jsdoc-pretty"><span class="jsdoc-comment">/*
  * Based on:
  * Ext JS Library 1.1.1
  * Copyright(c) 2006-2007, Ext JS, LLC.
@@ -39,7 +39,9 @@
     myTreeLoader.on(&quot;beforeload&quot;, function(treeLoader, node) {
         this.baseParams.category = node.attributes.category;
     }, this);
-&lt;/code&gt;&lt;/pre&gt;&lt;
+    
+&lt;/code&gt;&lt;/pre&gt;
+ *
  * This would pass an HTTP parameter called &quot;category&quot; to the server containing
  * the value of the Node's &quot;category&quot; attribute.
  * @constructor