| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ec514a6 commit 01ea5ba
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -314,7 +314,7 @@ EventEmitter.prototype.emit = function emit(type, ...args) { | |||
| 314 | 314 | } else { | |
| 315 | 315 | const len = handler.length; | |
| 316 | 316 | const listeners = arrayClone(handler, len); | |
| 317 | - for (var i = 0; i < len; ++i) { | ||
| 317 | + for (let i = 0; i < len; ++i) { | ||
| 318 | 318 | const result = ReflectApply(listeners[i], this, args); | |
| 319 | 319 | ||
| 320 | 320 | // We check if result is undefined first because that | |
| Back | FazBrowse Home | New Git URL |
0 commit comments