Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mroberge committed Apr 4, 2017
1 parent 0a550c4 commit b4b8b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requestData.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function dateStr(d) {

function processN(inputArray) {
var myArray = [];
InputArray.forEach(function (d, index, array) {
inputArray.forEach(function (d, index, array) {
myArray[index] = {};
myArray[index].date = new Date(d.dateTime);
myArray[index].value = +d.precipitation;
Expand Down

0 comments on commit b4b8b3e

Please sign in to comment.