Bug 1423425 Let sphinx-js read .js files r=erik

MozReview-Commit-ID: LfL3CG6L4Ss

--HG--
extra : rebase_source : 5a53dac9891fc9233a8b380c4a52eb9154c564a9
This commit is contained in:
Andrew Swan 2017-12-05 18:53:59 -08:00
Родитель bc6e59d2b4
Коммит 27e300a51e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,5 +1,5 @@
{
"source": {
"includePattern": ".+\\.jsm$"
"includePattern": ".+\\.jsm?$"
}
}