Skip to content
Snippets Groups Projects
Commit a599451c authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

- Add (many) functions needed to draw THStack

- Use 'this' in obj functions instead of 'obj' (to make sure the proper instance of the object is used/modified)
- Use jQuery to properly copy (clone) objects. With the previous method, modifying a cloned object was modifying the original object as well
- Use simple "if ('member' in obj)" test format instead of "if (obj['member'] && typeof(obj['member'] != 'undefined')"


git-svn-id: http://root.cern.ch/svn/root/trunk@47995 27541ba8-7e3a-0410-8455-c3a389f83636
parent d7f16848
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment