Skip to content
This repository has been archived by the owner on Jun 1, 2018. It is now read-only.

Commit

Permalink
workaround for some corrupted results - issue #15
Browse files Browse the repository at this point in the history
  • Loading branch information
cataling committed Dec 28, 2012
1 parent ead76fe commit 7df5f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/css-regions-support-matrix/assets/js/results.js
Expand Up @@ -139,6 +139,7 @@ function createTableRows(results) {
var obj = results.results[i];

for (j = 0; j < obj.results.length; j++) {
if (obj.results[j].name == null) continue; //quick workaround for some corrupted results - see https://github.com/adobe/web-platform/issues/15
var row = '<tr><th>' + obj.results[j].name + '</th>';

for (k = 0; k < results.results.length; k++) {
Expand Down

0 comments on commit 7df5f50

Please sign in to comment.