TermsView.prototype = new PastelBaseView();
TermsView.prototype.constructor = TermsView;

/**
 * @constructor
 * @base PastelBaseView
 */
function TermsView() {

}
