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

Unified Diff: sky/specs/idl.md

Issue 858353003: Specs: Gestures API Mark II - on the path to supporting gestures that fire events after they're fin… (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/gestures.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/idl.md
diff --git a/sky/specs/idl.md b/sky/specs/idl.md
index 9cb185f6eb333d149ee686b7beeff6683f90f2ff..2c558680ad2e92f18a0973e297ef4a1f53680da1 100644
--- a/sky/specs/idl.md
+++ b/sky/specs/idl.md
@@ -127,7 +127,7 @@ The following types are available:
* ``Infinity`` - singleton type with value ``Infinity``
* ``String`` - WebIDL ``USVString``
* ``Boolean`` - WebIDL ``boolean``
-# ``Object`` - WebIDL ``object`` (``ClassName`` can be used as a literal for this type)
+* ``Object`` - WebIDL ``object`` (``ClassName`` can be used as a literal for this type)
* ``ClassName`` - an instance of the class ClassName
* ``Class<ClassName>`` - a class ClassName or one of its subclasses (not an instance)
* ``DictionaryName`` - an instance of the dictionary DictionaryName
« no previous file with comments | « sky/specs/gestures.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698