update transformation tests
This commit is contained in:
@@ -10,7 +10,7 @@ var Test = (function (_Foo) {
|
||||
_Foo.call(this);
|
||||
_Foo.prototype.test.call(this);
|
||||
|
||||
_Foo.call.apply(_Foo, [this].concat(babelHelpers.slice.call(arguments)));
|
||||
_Foo.apply(this, arguments);
|
||||
_Foo.call.apply(_Foo, [this, "test"].concat(babelHelpers.slice.call(arguments)));
|
||||
|
||||
(_Foo$prototype$test = _Foo.prototype.test).call.apply(_Foo$prototype$test, [this].concat(babelHelpers.slice.call(arguments)));
|
||||
@@ -36,4 +36,4 @@ var Test = (function (_Foo) {
|
||||
};
|
||||
|
||||
return Test;
|
||||
})(Foo);
|
||||
})(Foo);
|
||||
|
||||
@@ -4,7 +4,7 @@ var BaseController = (function (_Chaplin$Controller) {
|
||||
function BaseController() {
|
||||
babelHelpers.classCallCheck(this, BaseController);
|
||||
|
||||
_Chaplin$Controller.call.apply(_Chaplin$Controller, [this].concat(babelHelpers.slice.call(arguments)));
|
||||
_Chaplin$Controller.apply(this, arguments);
|
||||
}
|
||||
|
||||
babelHelpers.inherits(BaseController, _Chaplin$Controller);
|
||||
@@ -15,9 +15,9 @@ var BaseController2 = (function (_Chaplin$Controller$Another) {
|
||||
function BaseController2() {
|
||||
babelHelpers.classCallCheck(this, BaseController2);
|
||||
|
||||
_Chaplin$Controller$Another.call.apply(_Chaplin$Controller$Another, [this].concat(babelHelpers.slice.call(arguments)));
|
||||
_Chaplin$Controller$Another.apply(this, arguments);
|
||||
}
|
||||
|
||||
babelHelpers.inherits(BaseController2, _Chaplin$Controller$Another);
|
||||
return BaseController2;
|
||||
})(Chaplin.Controller.Another);
|
||||
})(Chaplin.Controller.Another);
|
||||
|
||||
@@ -4,9 +4,9 @@ var Test = (function (_Foo) {
|
||||
function Test() {
|
||||
babelHelpers.classCallCheck(this, Test);
|
||||
|
||||
_Foo.call.apply(_Foo, [this].concat(babelHelpers.slice.call(arguments)));
|
||||
_Foo.apply(this, arguments);
|
||||
}
|
||||
|
||||
babelHelpers.inherits(Test, _Foo);
|
||||
return Test;
|
||||
})(Foo);
|
||||
})(Foo);
|
||||
|
||||
Reference in New Issue
Block a user