Allow _.sortedIndex to accept a string value.

Former-commit-id: 7ac17a6bb620ad16ecce17718a8110d422d49118
This commit is contained in:
John-David Dalton
2012-09-26 22:30:15 -07:00
parent 426ca78bf7
commit 09d5222b1f
4 changed files with 76 additions and 63 deletions

View File

@@ -1408,7 +1408,7 @@
dependencyMap = dependencyBackup;
// output debug build
if (!isMinify && (isCustom || isTemplate || isDebug)) {
if (!isMinify && (isCustom || isDebug || isTemplate)) {
if (isDebug && isStdOut) {
stdout.write(debugSource);
callback(debugSource);