Skip to content

Commit

Permalink
fixed travis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Sep 15, 2015
1 parent 194bc86 commit df920fd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions dist/web3-light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/web3-light.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/web3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/web3.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/web3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/web3/requestmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ RequestManager.prototype.poll = function () {
if (!utils.isArray(results)) {
throw errors.InvalidResponse(results);
}
results.map(function (result, index) {
results.map(function (result) {
var id = pollsIdMap[result.id];

// make sure the filter is still installed after arrival of the request
Expand Down

0 comments on commit df920fd

Please sign in to comment.