Temp renaming to get around case ignorance, part 2

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron 2017-06-23 11:07:14 -04:00
parent 86209d8fd9
commit c9f3ab5610
1 changed files with 2 additions and 0 deletions

View File

@ -6,4 +6,6 @@ function checkSequence(arr, message) {
" '" + arr.join(',') + "'");
}
});
return true;
}