Source: br-presenter/src/br/presenter/workbench/ui/PresenterModelTree.js

/**
 * @module br/presenter/workbench/ui/PresenterModelTree
 */

/**
 * This empty constructor is necessary to maintain backwards compatibility for Workbenches constructed before BladeRunnerJS v0.12.
 * 
 * @deprecated
 * @class
 * @alias module:br/presenter/workbench/ui/PresenterModelTree
 */
br.presenter.workbench.ui.PresenterModelTree = function() {
};