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

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Feb 15, 2014
1 parent d0b2e0a commit e884bde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions polymer-ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/**
* @module Polymer Elements
*/
/**
* polymer-ajax can be used to perform XMLHttpRequests.
*
Expand All @@ -21,22 +22,27 @@
* </polymer-ajax>
*
* @class polymer-ajax
* @status beta
*/
/**
* Fired when a response is received.
*
* @event polymer-response
*/
/**
* Fired when an error is received.
*
* @event polymer-error
*/
/**
* Fired whenever a response or an error is received.
*
* @event polymer-complete
*/
-->
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="polymer-xhr.html">
Expand Down

0 comments on commit e884bde

Please sign in to comment.