var PathItem = this.PathItem = Item.extend({
beans: true,
initialize: function() {
this.base();
}
});