mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Fix missing comma.
Former-commit-id: 7c1745b9f3993613ff0e32f574d43c9d78b33c80
This commit is contained in:
2
dist/lodash.underscore.js
vendored
2
dist/lodash.underscore.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user