Make result buttons a button group and adopt styles
Change-Id: I703de5fcb5f7f19e84278a719a64c19c3bc016cc
diff --git a/dev/js/src/match/info.js b/dev/js/src/match/info.js
index f30287b..628659f 100644
--- a/dev/js/src/match/info.js
+++ b/dev/js/src/match/info.js
@@ -1,6 +1,12 @@
/**
* Information about a match.
*/
+/*
+ * TODO:
+ * Create a "views" object, that is the parent of this
+ * class and supports a simple .add() method to add views
+ * to an element.
+ */
define([
'match/infolayer',
'match/table',