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

Unified Diff: lib/src/hydrolysis/API.md

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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 | « lib/src/hydrolysis/.travis.yml ('k') | lib/src/hydrolysis/index.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/hydrolysis/API.md
diff --git a/lib/src/hydrolysis/API.md b/lib/src/hydrolysis/API.md
index 3a7fd4fd3e66aeedc8fc26a35909be2b93d83f84..1751e6dfbb2cb6ce295f7bde28bb925797af94e9 100644
--- a/lib/src/hydrolysis/API.md
+++ b/lib/src/hydrolysis/API.md
@@ -175,8 +175,8 @@ tree, in a format that maintains the ordering of the HTML imports spec.
<a name="hydrolysis.Analyzer+getLoadedAst"></a>
#### analyzer.getLoadedAst(href, [loaded]) ⇒ <code>Promise.&lt;DocumentAST&gt;</code>
Returns a promise resolving to a form of the AST with all links replaced
-with the document they link to. .css and .script files become <style> and
-<script>, respectively.
+with the document they link to. .css and .script files become &lt;style&gt; and
+&lt;script&gt;, respectively.
The elements in the loaded document are unmodified from their original
documents.
« no previous file with comments | « lib/src/hydrolysis/.travis.yml ('k') | lib/src/hydrolysis/index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698