Skip to content

Commit

Permalink
Merge pull request s-macke#7 from RyanNHG/patch-1
Browse files Browse the repository at this point in the history
Update case to match parameter name
  • Loading branch information
s-macke authored Nov 26, 2017
2 parents 8e1c45a + 70a17b7 commit 14cd59b
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 14cd59b

Please sign in to comment.