Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Implement New Method #22

Open
ScottLomond opened this issue Oct 4, 2019 · 0 comments
Open

Implement New Method #22

ScottLomond opened this issue Oct 4, 2019 · 0 comments
Assignees

Comments

@ScottLomond
Copy link

Please fix this

In underscore.js (Lines 10-14)


obj = isArrayLike(obj) ? obj : _.values(obj);
		for (var i = 0, length = obj.length; i < length; i++) {
			value = obj[i];
			if (value != null && value < result) {
				result = value;

Posted via CodeStream

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants