Backed out changeset 3ab3a5481b90 (bug 1369801)

MozReview-Commit-ID: KOBAIPo7laO
This commit is contained in:
Sebastian Hengst 2017-07-27 18:14:13 +02:00
Родитель 078008bc28
Коммит b1e3b7a924
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -38,7 +38,7 @@ var styleSheets = [
// on the right CSS strategy FIXME.
// It would also be nice to include them using @import.
styleSheets.forEach(url => {
loadSheet(window, url, "author");
loadSheet(this, url, "author");
});
// Localization API used by React components