diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-12-20 17:37:38 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-12-20 17:37:50 -0500 |
commit | 0b7aecab7be972158c0cefb7d853cc5e55ba2ba3 (patch) | |
tree | b7ce83d63fbfd7bf759ea848720f462ea78bf41e /build | |
parent | 827b5141df49a83bc4a2edc243343d5987901131 (diff) | |
download | jquery-0b7aecab7be972158c0cefb7d853cc5e55ba2ba3.tar.gz jquery-0b7aecab7be972158c0cefb7d853cc5e55ba2ba3.zip |
Release script: minor formatting issue.
Diffstat (limited to 'build')
-rw-r--r-- | build/release.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release.js b/build/release.js index 8624fbbd3..5707945c7 100644 --- a/build/release.js +++ b/build/release.js @@ -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 |