Source: class.js

/**
 * Creates a new Person.
 * @class
 */
function Person() {
}

var p = new Person();

Table of contents