/tags/jsdoc_toolkit-1.3.3/test/data/type.js

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 29 lines · 7 code · 4 blank · 18 comment · 0 complexity · 2d6291502d23a371db8f7c839dc1669e MD5 · raw file

  1. /**
  2. * @constructor
  3. * @type MyObject
  4. */
  5. function ConsoleWriter(winId){
  6. /** @type String */
  7. this.winId = winId;
  8. }
  9. /** @type number */ var gCounter = 0;
  10. /**
  11. * Reference to form element(s) of the ColumnEditor.
  12. *
  13. * @type HTMLElement
  14. | HTMLElement[]
  15. | null
  16. */
  17. Kudzoo.widget.editor.input = null;
  18. /**
  19. * @type FontDef||String
  20. */
  21. Kudzoo.widget.editor.font = null;
  22. /**
  23. * @type { number , sizeDef}
  24. */
  25. Kudzoo.widget.editor.margin = null;