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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -