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

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -