| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6fa6ce2 commit 360420d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,6 +31,7 @@ if (!Array.prototype.at) { | |||
| 31 | 31 | configurable: true | |
| 32 | 32 | }); | |
| 33 | 33 | } | |
| 34 | + <<<<<<< HEAD | ||
| 34 | 35 | class Event { | |
| 35 | 36 | constructor() { | |
| 36 | 37 | this.stacks = {}; | |
@@ -47,6 +48,8 @@ class Event { | |||
| 47 | 48 | } | |
| 48 | 49 | } | |
| 49 | 50 | const event = new Event(); | |
| 51 | + ======= | ||
| 52 | + >>>>>>> 044e62b26... Add polyfill for Array.prototype.at | ||
| 50 | 53 | class Scene { | |
| 51 | 54 | constructor() { | |
| 52 | 55 | this.layerService = { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments