Source: tags/module.js
/** @module bookshelf */
/** @class */
this.Book = function (title) {
/** The title. */
this.title = title;
};
/** @module bookshelf */
/** @class */
this.Book = function (title) {
/** The title. */
this.title = title;
};