swc/ecmascript/jsdoc/tests/fixtures/quotename.js
2020-08-14 18:20:25 +09:00

18 lines
223 B
JavaScript

/** @namespace */
var chat = {};
/**
@namespace
*/
chat["#channel"] = {};
/**
@member
@type {boolean}
@defaultvalue
*/
chat["#channel"].open = true;
/**
@event chat."#channel"."op:announce-motd"
*/