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: tools/dom/docs/docs.json

Issue 68513006: o/~ Y muchos maaaaaaas... o/~ (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/docs/lib/docs.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index b2fc10d5f7b3c76788152aed5a10700820903f66..c33926e228a6ddaee9ad4c8663dde4e2b4a6fbdb 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -244,7 +244,7 @@
" * Gets the data for the specified type.",
" *",
" * The data is only available from within a drop operation (such as an",
- " * [Element.onDrop] event) and will return `null` before the event is",
+ " * [Element.onDrop] event) and will return null before the event is",
" * triggered.",
" *",
" * Data transfer is prohibited across domains. If a drag originates",
@@ -1424,7 +1424,7 @@
" *",
" * ## Other resources",
" *",
- " * * [Using the full-screen API]",
+ " * * [Using the fullscreen API]",
" * (http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api)",
" * tutorial from WebPlatform.org.",
" * * [Fullscreen specification]",
@@ -2515,7 +2515,7 @@
"/**",
" * The document this node belongs to.",
" *",
- " * Returns `null` if this node does not belong to any document.",
+ " * Returns null if this node does not belong to any document.",
" *",
" * ## Other resources",
" *",
@@ -2528,7 +2528,7 @@
"/**",
" * The parent element of this node.",
" *",
- " * Returns `null` if this node either does not have a parent or its parent is",
+ " * Returns null if this node either does not have a parent or its parent is",
" * not an element.",
" *",
" * ## Other resources",
@@ -3826,7 +3826,7 @@
],
"getResponseHeader": [
"/**",
- " * Return the response header named `header`, or `null` if not found.",
+ " * Return the response header named `header`, or null if not found.",
" *",
" * See also [HTTP response headers](http://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Responses)",
" * for a list of common response headers.",
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/docs/lib/docs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698