Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge cc26ed4 into 7457b0e
Browse files Browse the repository at this point in the history
  • Loading branch information
2990louis committed Feb 28, 2018
2 parents 7457b0e + cc26ed4 commit da4126d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Expand Up @@ -46,7 +46,7 @@
});
}

function addPerson(name, age, location, weight) {
function addPerson(name, age, location) {
queryRef.push({
name: name,
age: age,
Expand All @@ -58,4 +58,4 @@

</body>

</html>
</html>

0 comments on commit da4126d

Please sign in to comment.