Skip to content

Commit 360420d

Browse files
songyumengluoxiao-supermap
authored andcommitted
Add polyfill for Array.prototype.at
AI-GEN: 60% Implement polyfill for Array.prototype.at method.
1 parent 6fa6ce2 commit 360420d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/tool/mock_l7.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if (!Array.prototype.at) {
3131
configurable: true
3232
});
3333
}
34+
<<<<<<< HEAD
3435
class Event {
3536
constructor() {
3637
this.stacks = {};
@@ -47,6 +48,8 @@ class Event {
4748
}
4849
}
4950
const event = new Event();
51+
=======
52+
>>>>>>> 044e62b26... Add polyfill for Array.prototype.at
5053
class Scene {
5154
constructor() {
5255
this.layerService = {

0 commit comments

Comments
 (0)