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

'use strict';

/**
 * @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
 */
function PresenterModelTree() {
}

module.exports = PresenterModelTree;