add constructor properties to prototypes
commitf94b30252b064cd75eba78743028c245fb32a107
authorJohn Foerch <jjfoerch@earthlink.net>
Fri, 21 May 2010 16:55:53 +0000 (21 12:55 -0400)
committerJohn Foerch <jjfoerch@earthlink.net>
Fri, 21 May 2010 16:55:53 +0000 (21 12:55 -0400)
tree9914f3feefd2ea7a7674be9b37f10c27e045ce2a
parent3e76003d62420da84d3e690d3ba9213bf151141a
add constructor properties to prototypes

our use of this convention was sporadic, but it is considered good practice
in javascript to set the constructor whenever you replace a function's
prototype.  it is also desirable to use a consistent style throughout the
program for classical OO.
22 files changed:
components/application.js
components/commandline.js
contrib/modules/mode-line-buttons.js
modules/buffer.js
modules/content-buffer.js
modules/content-handler.js
modules/download-manager.js
modules/help.js
modules/hints.js
modules/input.js
modules/interactive.js
modules/keymap.js
modules/load-spec.js
modules/mime.js
modules/minibuffer-read-option.js
modules/minibuffer-read.js
modules/minibuffer.js
modules/mode-line.js
modules/source-code.js
modules/theme.js
modules/timer.js
modules/utils.js