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...
it means property name string "legend:". can tell syntax highlighting.
for example:
obj['legend:'] = 'value';
Comments
Post a Comment