Release script: minor formatting issue.

This commit is contained in:
Timmy Willison 2013-12-20 17:37:38 -05:00
parent f3062f96e0
commit 74a48958bd

View File

@ -138,7 +138,7 @@ module.exports = function( Release ) {
*/ */
complete: function() { complete: function() {
// Build CDN archives // Build CDN archives
Release._walk( buildGoogleCDN, buildMicrosoftCDN, _complete ); Release._walk([ buildGoogleCDN, buildMicrosoftCDN, _complete ]);
}, },
/** /**
* Our trac milestones are different than the new version * Our trac milestones are different than the new version