| Index: third_party/polymer/v1_0/components-chromium/iron-ajax/iron-request.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-ajax/iron-request.html b/third_party/polymer/v1_0/components-chromium/iron-ajax/iron-request.html
|
| index 3e692d9af3e77fd29aa6ad9332da2b480f53c0d9..d03e991fff1c189ce80098537eb800361b4a283a 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-ajax/iron-request.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-ajax/iron-request.html
|
| @@ -9,15 +9,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <link rel="import" href="../promise-polyfill/promise-polyfill-lite.html">
|
|
|
| <!--
|
| -@group Iron Elements
|
| -
|
| iron-request can be used to perform XMLHttpRequests.
|
|
|
| <iron-request id="xhr"></iron-request>
|
| ...
|
| this.$.xhr.send({url: url, params: params});
|
| -
|
| -@element iron-request
|
| -->
|
| -
|
| </head><body><script src="iron-request-extracted.js"></script></body></html>
|
|
|