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

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

}
