mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Release script: minor formatting issue.
This commit is contained in:
parent
827b5141df
commit
0b7aecab7b
@ -137,7 +137,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