You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Hey guys,
I'm creating a structure that implements the ChartWrapper and was wondering if someone could clarify some specifics as to why it works. Currently I hold the data (google DataTable) inside of the wrapper and use the getDataTable() and setDataTable() to access it and make small changes to it if needed. In the cases of these functions, are they returning references, does the setDataTable try to just update it, or does it create an entire copy then copy that entire copy into itself.
asgallant
unread,
Aug 14, 2012, 12:06:43 PM8/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Javascript copies object references by default, and I haven't observed anything that would lead me to believe the API does anything differently.