Bug 1386677 - fix indentation of "evaluate" help text; r=jimb

MozReview-Commit-ID: HesLgMa25BN

--HG--
extra : rebase_source : 194d71abbf0ecafc187217cae5916adffb842850
This commit is contained in:
Tom Tromey 2017-08-02 08:58:44 -06:00
Родитель 809cec316c
Коммит 80a6cc4c10
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -6207,8 +6207,8 @@ static const JSFunctionSpecWithHelp shell_functions[] = {
" source map URL to the code (although the code may provide one itself,\n"
" via a //#sourceMappingURL comment).\n"
" sourceIsLazy: if present and true, indicates that, after compilation, \n"
"script source should not be cached by the JS engine and should be \n"
"lazily loaded from the embedding as-needed.\n"
" script source should not be cached by the JS engine and should be \n"
" lazily loaded from the embedding as-needed.\n"
" loadBytecode: if true, and if the source is a CacheEntryObject,\n"
" the bytecode would be loaded and decoded from the cache entry instead\n"
" of being parsed, then it would be executed as usual.\n"