Skip to content

Commit

Permalink
do not use prototype extension (#2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Jul 12, 2024
1 parent f907531 commit 75b6399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember_debug/deprecation-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default class extends DebugPort {
if (source) {
source.found = true;
} else {
source = mapped.firstObject;
source = mapped[0];
source.found = false;
}
return source;
Expand Down

0 comments on commit 75b6399

Please sign in to comment.