Specs: Make even the application scripts get 'module' as their local object, rather than 'application' BUG=https://github.com/domokit/mojo/issues/23 Review URL: https://codereview.chromium.org/724093003
diff --git a/sky/specs/markup.md b/sky/specs/markup.md index 29e92a4..20d0151 100644 --- a/sky/specs/markup.md +++ b/sky/specs/markup.md
@@ -163,10 +163,9 @@ ``<script>`` - Blocks until all previous imports have been loaded, then runs the - script, with either 'module' or 'application' as the first - argument, the exports of any imports that have "as" attributes at - this time passed in as subsequent arguments, and with "this" set to - null. + script, with 'module' as the first argument, the exports of any + imports that have "as" attributes at this time passed in as + subsequent arguments, and with "this" set to null. ``<style>`` - Adds the contents to the document's styles.