sbin/res/jsdoc/app/test/ignore.js
author veltr
Mon, 17 Sep 2012 00:17:06 +0900
branchplayers-as-widgets
changeset 957 4da0a5740b6c
parent 520 fe008e95a716
permissions -rw-r--r--
Starting 'players-as-widgets' branch

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