/// <reference path="../../typings/tsd.d.ts" />
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var DDolly = require('../Dolly');
var Dollyjs;
(function (Dollyjs) {
/**
* @class ExController
*/
var ExController = (function (_super) {
__extends(ExController, _super);
/**
* @constructs ExController
*/
function ExController() {
_super.call(this);
}
return ExController;
})(DDolly.Dolly);
Dollyjs.ExController = ExController;
})(Dollyjs || (Dollyjs = {}));
module.exports = Dollyjs;
//# sourceMappingURL=ExController.js.map