diff --git a/customize.dist/messages.js b/customize.dist/messages.js index 16128df9c..bffb95654 100755 --- a/customize.dist/messages.js +++ b/customize.dist/messages.js @@ -101,8 +101,8 @@ define(req, function(Util, Default, Language) { checkInObject(Default, translation, []); // Push the removals at the end missing.sort(function (a, b) { - if (a[2] === 0 && b[2] !== 0) return 1; - if (a[2] !== 0 && b[2] === 0) return -1; + if (a[2] === 0 && b[2] !== 0) { return 1; } + if (a[2] !== 0 && b[2] === 0) { return -1; } return 0; }); Array.prototype.push.apply(allMissing, missing); // Destructive concat