Roo/tree/TreeLoader.js
authorAlan Knowles <alan@roojs.com>
Wed, 16 Jan 2019 07:30:53 +0000 (15:30 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 16 Jan 2019 07:30:53 +0000 (15:30 +0800)
Roo/tree/TreeLoader.js

index 938de15..d2c93e2 100644 (file)
@@ -39,7 +39,9 @@
     myTreeLoader.on("beforeload", function(treeLoader, node) {
         this.baseParams.category = node.attributes.category;
     }, this);
-</code></pre><
+    
+</code></pre>
+ *
  * This would pass an HTTP parameter called "category" to the server containing
  * the value of the Node's "category" attribute.
  * @constructor