return [ "euw", "na", "kr", "br" ];
}
function getChampions() {
- return [ "Aatrox", "Annie", "Braum" ];
+ return [ {name: "Aatrox"}, {name: "Annie"}, {name: "Braum"}, {name: "Not"} ];
+}
+function getMatchProps() {
+ return []
+}
+function getMatches() {
}
function getInfo() {
app.summoner = $("#nameinput").val();
view: "start",
regions: getRegions(),
champions: getChampions(),
+ matchprops: getMatchProps(),
+ matches: getMatches(),
},
methods: {
submit: function() {