chop-dbhi / cilantro

Official client for Harvest (http://harvest.research.chop.edu)
http://cilantro.harvest.io
Other
28 stars 8 forks source link

Add manual distinct count button #766

Closed jeffmax closed 9 years ago

jeffmax commented 9 years ago

Signed-off-by: Jeffrey Miller jeffmax@gmail.com Addresses #759

bruth commented 9 years ago

One style request is to put a space between the trailing paren and the curly brace in condition blocks and function declarations, from function(){ ... } to function() { ... }. This is the style in the rest of the code base.

bruth commented 9 years ago

Also please squash the commits before being merged.