@@ -1,5 +1,5 @@
|
||||
var Test = function Test() {
|
||||
"use strict";
|
||||
|
||||
Function.prototype.hasOwnProperty.call(this, "test");
|
||||
Object.prototype.hasOwnProperty.call(this, "test");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user