Problem/Motivation
D7's copy of jquery.js seems to be identical to jquery-1.4.4.min.js from the jQuery CDN with the exception of one newline at the start of the file.
I think this is leftover from e.g. #504248: Add $Id$ tag to jquery.js (for CVS) and then the migration to git.
Steps to reproduce
Compare these two files:
- https://git.drupalcode.org/project/drupal/-/blob/7.73/misc/jquery.js
- https://code.jquery.com/jquery-1.4.4.min.js
Proposed resolution
Remove the leading whitespace, leaving us with an identical copy of the jQuery CDN version.
Remaining tasks
Make a patch, review the patch, commit the patch (write the theme tune, sing the theme tune...)
User interface changes
n/a
API changes
n/a
Data model changes
n/a
Release notes snippet
n/a