mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 00:25:46 +01:00
Fix some typos.
This commit is contained in:
@@ -69,7 +69,7 @@ if (!Object.defineProperties)
|
||||
if (!Object.freeze)
|
||||
Object.freeze = function freeze(obj) {};
|
||||
if (!Object.getPropertyDescriptor)
|
||||
Object.getPropertyDescriptor = function getOwnPropertyDescriptor(obj, prop) {
|
||||
Object.getPropertyDescriptor = function getPropertyDescriptor(obj, prop) {
|
||||
try {
|
||||
let desc = {
|
||||
configurable: true,
|
||||
|
||||
Reference in New Issue
Block a user