11 lines
190 B
JavaScript
11 lines
190 B
JavaScript
"use strict";
|
|
|
|
var Test = (function () {
|
|
function Test() {
|
|
babelHelpers.classCallCheck(this, Test);
|
|
|
|
Function.prototype.hasOwnProperty.call(this, "test");
|
|
}
|
|
|
|
return Test;
|
|
})(); |