diff options
Diffstat (limited to 'src/wrapper.js')
-rw-r--r-- | src/wrapper.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapper.js b/src/wrapper.js index 8a0b2a1ca..8a3dc53e0 100644 --- a/src/wrapper.js +++ b/src/wrapper.js @@ -20,7 +20,7 @@ // (such as Node.js), expose a factory as module.exports. // This accentuates the need for the creation of a real `window`. // e.g. var jQuery = require("jquery")(window); - // See ticket #14549 for more info. + // See ticket trac-14549 for more info. module.exports = global.document ? factory( global, true ) : function( w ) { |