/tags/jsdoc_toolkit-1.3.3/test/data/events.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 18 lines · 4 code · 2 blank · 12 comment · 0 complexity · e919f0732a3c4f2fce35c365e1af91cc MD5 · raw file
- /**
- * Create a new header.
- * @constructor
- * @class Represents a HTTP Request header..
- */
- function Header() {
- /**
- * CustomEvent fired when the header content of the Module
- * is modified
- * @event changeHeaderEvent
- * @param {String/HTMLElement} content String/element representing
- * the new header content
- */
- this.changeHeaderEvent = function() {
-
- }
- }