Skip to content

Commit

Permalink
Update case to match parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-haskell authored Nov 26, 2017
1 parent 8e1c45a commit 70a17b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VoxelSpace.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
var pending = urls.length;
var result = [];
if (pending === 0) {
setTimeout(onsuccess.bind(null, result), 0);
setTimeout(OnSuccess.bind(null, result), 0);
return;
}
urls.forEach(function(url, i) {
Expand Down

0 comments on commit 70a17b7

Please sign in to comment.