Guest User

Untitled

a guest
Jun 21st, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Namespace = 'tree';
  2. this[Namespace]
  3. ('draw_root')
  4. ('draw_child_nodes');
  5.  
  6. ##
  7.  
  8. this.tree
  9. ('draw_root')
  10. ('draw_child_nodes');
  11.  
  12. ##
  13.  
  14. this.tree()
  15. .draw_root()
  16. .draw_child_nodes();
  17.  
  18. ##
  19.  
  20. this
  21. .tree('draw_root')
  22. .tree('draw_child_nodes');
  23.  
  24. ##
  25.  
  26. $#tree
  27. .tree
  28. .draw_root
  29. .draw_child_nodes
Add Comment
Please, Sign In to add comment