/tags/jsdoc_toolkit-1.4.0/test/data/function_property.js
JavaScript | 21 lines | 14 code | 1 blank | 6 comment | 0 complexity | b259fa1ba13bf9ec4a8384c02ba0edfc MD5 | raw file
- var WH = {
- FLAG: {
- /**
- * Is it a W3C standards-compliant browser?
- */
- w3c: function() {
- return /** @scope WH.FLAG.w3c */ {
- level1: true,
- level2: true,
- getLevel: function () {
- }
- }
- }(),
-
- /**
- * Get the version number.
- */
- getVersion: function() {
- }
- }
- }