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

Unified Diff: sky/specs/modules.md

Issue 943843002: Specs: fix a raft of syntax errors caught by actually running a syntax checker... (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/gestures.md ('k') | sky/specs/pointer.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 3a8d3fe6b262367bb6c21796886c2b9b5766161b..25f8e62d034087914c01162410b9961d84d02566 100644
--- a/sky/specs/modules.md
+++ b/sky/specs/modules.md
@@ -100,7 +100,7 @@ abstract class AbstractModule extends EventTarget {
// if it's already loaded, the future will resolve immediately
// if loading fails, the future will have an error
- List<Module> getImports(); // O(N)
+ external List<Module> getImports(); // O(N)
// returns the Module objects of all the imported modules
external void registerElement(String tagname, Type elementClass); // O(1)
« no previous file with comments | « sky/specs/gestures.md ('k') | sky/specs/pointer.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698