KT-31126 JS. Fix super constructor call. Tests

Primary ordinary -> secondary external
This commit is contained in:
Victor Turansky
2020-04-06 13:44:05 +03:00
committed by Roman
parent 6859e87be1
commit be39151fad
4 changed files with 37 additions and 0 deletions
@@ -0,0 +1,5 @@
define('lib', [], function () {
return function (data) {
this.data = data
}
})