Bug 738244 followup followup, remove trailing comma

This commit is contained in:
Phil Ringnalda 2012-06-07 20:25:30 -07:00
Родитель b2d40c7432
Коммит 742e62a57f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,6 +2,6 @@
"document.getItems must return a NodeList": true,
"itemValue must reflect the src attribute on track elements": true,
"itemValue must reflect the textContent of time elements with no datetime attribute": true,
"itemValue must reflect the datetime attribute of time elements with a datetime attribute": true,
"itemValue must reflect the datetime attribute of time elements with a datetime attribute": true
}