/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

  1. /**
  2. * Create a new header.
  3. * @constructor
  4. * @class Represents a HTTP Request header..
  5. */
  6. function Header() {
  7. /**
  8. * CustomEvent fired when the header content of the Module
  9. * is modified
  10. * @event changeHeaderEvent
  11. * @param {String/HTMLElement} content String/element representing
  12. * the new header content
  13. */
  14. this.changeHeaderEvent = function() {
  15. }
  16. }