Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
remove un-needed init
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbryner committed Feb 3, 2015
1 parent f433645 commit 792dbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/app/client/attackers.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ if (Meteor.isClient) {
//d.epoch=d.dd.unix();
d.ago=d.dd.fromNow();
});
ndx = crossfilter();

ndx = crossfilter(attackerData);
if ( ndx.size() >0){
allGroup = ndx.groupAll();
Expand Down

0 comments on commit 792dbad

Please sign in to comment.