27 lines
764 B
JavaScript
27 lines
764 B
JavaScript
"use strict";
|
|
|
|
var BaseController = (function (_Chaplin$Controller) {
|
|
function BaseController() {
|
|
babelHelpers.classCallCheck(this, BaseController);
|
|
|
|
if (_Chaplin$Controller != null) {
|
|
_Chaplin$Controller.apply(this, arguments);
|
|
}
|
|
}
|
|
|
|
babelHelpers.inherits(BaseController, _Chaplin$Controller);
|
|
return BaseController;
|
|
})(Chaplin.Controller);
|
|
|
|
var BaseController2 = (function (_Chaplin$Controller$Another) {
|
|
function BaseController2() {
|
|
babelHelpers.classCallCheck(this, BaseController2);
|
|
|
|
if (_Chaplin$Controller$Another != null) {
|
|
_Chaplin$Controller$Another.apply(this, arguments);
|
|
}
|
|
}
|
|
|
|
babelHelpers.inherits(BaseController2, _Chaplin$Controller$Another);
|
|
return BaseController2;
|
|
})(Chaplin.Controller.Another); |