/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
- /**
- * @constructor
- * @type MyObject
- */
- function ConsoleWriter(winId){
- /** @type String */
- this.winId = winId;
- }
-
- /** @type number */ var gCounter = 0;
-
- /**
- * Reference to form element(s) of the ColumnEditor.
- *
- * @type HTMLElement
- | HTMLElement[]
- | null
- */
- Kudzoo.widget.editor.input = null;
-
- /**
- * @type FontDef||String
- */
- Kudzoo.widget.editor.font = null;
-
- /**
- * @type { number , sizeDef}
- */
- Kudzoo.widget.editor.margin = null;