Remove unnecessary leaf param from TreeNode results.

This commit is contained in:
Bharat Mediratta
2011-01-06 09:59:08 -08:00
parent 0abd77c9e5
commit 9682b7ea6e

View File

@@ -169,7 +169,6 @@ class Organize_Controller extends Controller {
"editable" => false,
"expandable" => false,
"id" => $child->id,
"leaf" => false,
"text" => $child->title,
"nodeType" => "async");