aboutsummaryrefslogtreecommitdiffstats
path: root/src/exports/global.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/exports/global.js')
-rw-r--r--src/exports/global.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exports/global.js b/src/exports/global.js
index b49496fbb..965a4b400 100644
--- a/src/exports/global.js
+++ b/src/exports/global.js
@@ -21,8 +21,8 @@ jQuery.noConflict = function( deep ) {
};
// Expose jQuery and $ identifiers, even in AMD
-// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
-// and CommonJS for browser emulators (#13566)
+// (trac-7102#comment:10, gh-557)
+// and CommonJS for browser emulators (trac-13566)
if ( typeof noGlobal === "undefined" ) {
window.jQuery = window.$ = jQuery;
}