easyappointments/rsc/scripts/jsdoc/test/fixtures/quotename.js
2013-07-02 17:20:39 +00:00

19 lines
No EOL
209 B
JavaScript

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