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

14 lines
No EOL
253 B
JavaScript

declare({
globals: /** @lends */ {
/** document me */
'test': function() { },
/** @namespace */
'test1': {
/** document me */
'test2': function() { }
}
}
});