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

Unified Diff: sky/specs/modules.md

Issue 944613002: Specs: forgot return type for registerElement() (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 | « no previous file | no next file » | 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 a3d75f2afedc8926b0d041da3e501063e5b56902..3a8d3fe6b262367bb6c21796886c2b9b5766161b 100644
--- a/sky/specs/modules.md
+++ b/sky/specs/modules.md
@@ -103,7 +103,7 @@ abstract class AbstractModule extends EventTarget {
List<Module> getImports(); // O(N)
// returns the Module objects of all the imported modules
- external registerElement(String tagname, Type elementClass); // O(1)
+ external void registerElement(String tagname, Type elementClass); // O(1)
// registers a tag name with the parser
// only useful during parse time
// verify that tagname isn't null or empty
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698