11 lines
252 B
JavaScript
11 lines
252 B
JavaScript
"use strict";
|
|
|
|
var Test = (function () {
|
|
var _Test = function Test() {
|
|
babelHelpers.classCallCheck(this, _Test);
|
|
|
|
babelHelpers.get(Object.getPrototypeOf(_Test.prototype), "hasOwnProperty", this).call(this, "test");
|
|
};
|
|
|
|
return _Test;
|
|
})(); |