var View = Base.extend(Callback, {
    _class: 'View',

    initialize: function View(project, element) {
        this._project = project;