Fix missing comma.

Former-commit-id: 7c1745b9f3993613ff0e32f574d43c9d78b33c80
This commit is contained in:
John-David Dalton
2013-08-09 23:12:43 -07:00
parent 32d7e365d2
commit fd7dba8860
7 changed files with 57 additions and 57 deletions

View File

@@ -108,7 +108,7 @@
* @returns {Number} Returns the sort order indicator of `1` or `-1`.
*/
function compareAscending(a, b) {
var ac = a.criteria;
var ac = a.criteria,
bc = b.criteria;
// ensure a stable sort in V8 and other engines