2014-10-11 22:33:08 +11:00

7 lines
127 B
JavaScript

var Test = function () {
function Test() {
Function.prototype.hasOwnProperty.call(this, "test");
}
return Test;
}();