@rontian/egret-robotlegs
Version:
Egret View Integration with RobotlegsJS
29 lines • 1.18 kB
JavaScript
;
// ------------------------------------------------------------------------------
// Copyright (c) 2017-present, RobotlegsJS. All Rights Reserved.
//
// NOTICE: You are permitted to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
// ------------------------------------------------------------------------------
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @private
*/
var NullMediatorUnmapper = /** @class */ (function () {
function NullMediatorUnmapper() {
}
/*============================================================================*/
/* Public Functions */
/*============================================================================*/
/**
* @private
*/
NullMediatorUnmapper.prototype.fromMediator = function (mediatorClass) { };
/**
* @private
*/
NullMediatorUnmapper.prototype.fromAll = function () { };
return NullMediatorUnmapper;
}());
exports.NullMediatorUnmapper = NullMediatorUnmapper;
//# sourceMappingURL=NullMediatorUnmapper.js.map