Skip to content

Commit 78b251f

Browse files
committed
Update lang.js
hasOwnerProperty -> hasOwnProperty
1 parent 02c0c12 commit 78b251f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ define("lang", /native code/.test(Array.isArray) ? ["mass"] : ["lang_fix"], func
702702
return target;
703703
}
704704
});
705-
$.Object("hasOwnerProperty,isPrototypeOf,propertyIsEnumerable");
705+
$.Object("hasOwnProperty,isPrototypeOf,propertyIsEnumerable");
706706
return $
707707
});
708708
/**

0 commit comments

Comments
 (0)