diff options
Diffstat (limited to 'files/ru/web/javascript/reference/statements/function_star_/index.html')
-rw-r--r-- | files/ru/web/javascript/reference/statements/function_star_/index.html | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/files/ru/web/javascript/reference/statements/function_star_/index.html b/files/ru/web/javascript/reference/statements/function_star_/index.html index ba3e199375..a05f32de77 100644 --- a/files/ru/web/javascript/reference/statements/function_star_/index.html +++ b/files/ru/web/javascript/reference/statements/function_star_/index.html @@ -112,25 +112,7 @@ console.log(gen.next()); // { value: undefined, done: true }</pre> <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - <tr> - <td><a href="http://wiki.ecmascript.org/doku.php?id=harmony:generators">Предложение Harmony</a></td> - <td>Черновик</td> - <td>Начало работы над стандартом.</td> - </tr> - <tr> - <td>{{SpecName('ES2015', '#sec-generator-function-definitions', 'Генераторы')}}</td> - <td>{{Spec2('ES2015')}}</td> - <td>Изначальное определение в стандарте ECMA.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Browser_compatibility">Совместимость с браузерами</h2> |