| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b76bfcd commit 02f35d6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -726,9 +726,10 @@ const lazyDOMException = (message, name) => { | |||
| 726 | 726 | ||
| 727 | 727 | }; | |
| 728 | 728 | ||
| 729 | - const kEnumerableProperty = { __proto__: null }; | ||
| 730 | - kEnumerableProperty.enumerable = true; | ||
| 731 | - ObjectFreeze(kEnumerableProperty); | ||
| 729 | + const kEnumerableProperty = ObjectFreeze({ | ||
| 730 | + __proto__: null, | ||
| 731 | + enumerable: true, | ||
| 732 | + }); | ||
| 732 | 733 | ||
| 733 | 734 | const kEmptyObject = ObjectFreeze({ __proto__: null }); | |
| 734 | 735 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments