Whitespace
authorMike Taylor <mike@indexdata.com>
Wed, 2 Apr 2014 10:51:43 +0000 (11:51 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 2 Apr 2014 10:51:43 +0000 (11:51 +0100)
src/mkws-widgets.js

index da20ce5..b947786 100644 (file)
@@ -257,8 +257,7 @@ mkws.registerWidgetType('Records', function() {
        }
        $(that.node).html(html.join(''));
 
-       function renderSummary(hit)
-       {
+       function renderSummary(hit) {
            var template = team.loadTemplate("Summary");
            hit._id = team.recordElementId(hit.recid[0]);
            hit._onclick = "mkws.showDetails('" + team.name() + "', '" + hit.recid[0] + "');return false;"