sbin/res/jsdoc/app/test/ignore.js
author hamidouk
Tue, 17 Jan 2012 16:36:25 +0100
branchpopcorn-port
changeset 654 bf65c3364d2d
parent 520 fe008e95a716
permissions -rw-r--r--
autofocus the search field.

/**
 * A test constructor.
 * @constructor
 * @ignore
 */
function Ignored() {
	/** a method */
    this.bar = function() {
    }
}