Skip to content

Commit 4185932

Browse files
authored
More code comments
1 parent 8884310 commit 4185932

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: app/helpers/github-link.js

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export function githubLink([project, version, file, line], { isEdit = false }) {
99
)}${file}#L${line}`;
1010
}
1111

12+
// This 'packages' replacement can be removed if the following PR goes into a patch release of
13+
// Ember Data 4.12: https://github.com/emberjs/data/pull/8598/files
14+
//
1215
// If the file has packages already in the path, make sure we don't
1316
// add duplicate packages via the mainDir function.
1417
// Fixes an issue with ember data URLS having an incorrect

0 commit comments

Comments
 (0)