Last active
October 31, 2015 14:53
-
-
Save joepie91/892e26570790ff969d60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
criterion.forEach(function(item) { | |
item.maprange = item.startmap + " "; | |
if (item.endmap != null && item.startmap !== item.endmap) { | |
item.maprange += " - " + item.endmap; | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment