Skip to content

Instantly share code, notes, and snippets.

@jhs
Created December 14, 2013 08:43
Show Gist options
  • Save jhs/7956993 to your computer and use it in GitHub Desktop.
Save jhs/7956993 to your computer and use it in GitHub Desktop.
var latest_found = null
for (var ver in doc.versions)
if (!latest_found || semver.gt(ver, latest_found))
latest_found = ver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment