mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Release script: minor formatting issue.
This commit is contained in:
parent
f3062f96e0
commit
74a48958bd
@ -138,7 +138,7 @@ module.exports = function( Release ) {
|
||||
*/
|
||||
complete: function() {
|
||||
// Build CDN archives
|
||||
Release._walk( buildGoogleCDN, buildMicrosoftCDN, _complete );
|
||||
Release._walk([ buildGoogleCDN, buildMicrosoftCDN, _complete ]);
|
||||
},
|
||||
/**
|
||||
* Our trac milestones are different than the new version
|
||||
|
Loading…
Reference in New Issue
Block a user