Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit e884bde

Browse files
author
Scott J. Miles
committed
metadata
1 parent d0b2e0a commit e884bde

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

polymer-ajax.html

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/**
88
* @module Polymer Elements
99
*/
10+
1011
/**
1112
* polymer-ajax can be used to perform XMLHttpRequests.
1213
*
@@ -21,22 +22,27 @@
2122
* </polymer-ajax>
2223
*
2324
* @class polymer-ajax
25+
* @status beta
2426
*/
27+
2528
/**
2629
* Fired when a response is received.
2730
*
2831
* @event polymer-response
2932
*/
33+
3034
/**
3135
* Fired when an error is received.
3236
*
3337
* @event polymer-error
3438
*/
39+
3540
/**
3641
* Fired whenever a response or an error is received.
3742
*
3843
* @event polymer-complete
3944
*/
45+
4046
-->
4147
<link rel="import" href="../polymer/polymer.html">
4248
<link rel="import" href="polymer-xhr.html">

0 commit comments

Comments
 (0)