javascript - What does the double colon mean in Scope Local variables in Chrome's debugger? -


see screen dump fragment below. notice there 2 colons between legend , object (legend field of ptd). double colon mean?

my problem if test value of ptd.legend, 'undefined'. shouldn't be...

scope local

it means property name string "legend:". can tell syntax highlighting.

for example:

obj['legend:'] = 'value'; 

Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -