Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: sky/specs/modules.md

Issue 836193002: Specs: Move default layout manager stuff from default styles to getLayoutManager() (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/specs/dom.md ('k') | sky/specs/style.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/modules.md
diff --git a/sky/specs/modules.md b/sky/specs/modules.md
index cad32ce2ea7988c3948010bd1a54cad2eaedf818..033edd74559e4a3c287a37e151445bfa5c1ff376 100644
--- a/sky/specs/modules.md
+++ b/sky/specs/modules.md
@@ -29,7 +29,7 @@ Module API
----------
Within a script in a module, the ``module`` identifier is bound to
-the [``Module`` object](apis.md) that represents the module.
+the ``Module`` object that represents the module.
### Exporting values ###
@@ -37,8 +37,8 @@ A module can export a value by assigning the ``exports`` property of
its ``Module`` object. By default, the ``exports`` property of a
``Module`` is an empty Object. Properties can be added to the object,
or, it can be set to an entirely different object; for example, it
-could be set to the module's Document itself, in case the point of the
-module is to expose some ``template`` elements.
+could be set to the module's ``Document`` itself, in case the point of
+the module is to expose some ``template`` elements.
### Exporting element definitions ###
« no previous file with comments | « sky/specs/dom.md ('k') | sky/specs/style.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698