Commit 0909ade4 by Johannes Edmeier

Fix typo

parent dca3e290
......@@ -84,7 +84,7 @@ module.run(function ($rootScope, $state, Notification, Application, ApplicationG
if (application.version) {
group.versionsCounter[application.version] = (group.versionsCounter[application.version] || 0) + 1;
var versions = Object.keys(group.versionsCounter);
versions.sort;
versions.sort();
group.version = versions[0] + (versions.length > 1 ? ', ...' : '');
}
application.info = info;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment