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

Commit

Permalink
Add a note that the params attribute must be double quoted JSON. This…
Browse files Browse the repository at this point in the history
… can be easy to overlook.
  • Loading branch information
robdodson committed Jan 26, 2014
1 parent 48a5462 commit 59d6bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions polymer-ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
/**
* polymer-ajax can be used to perform XMLHttpRequests.
*
* Note: The params attribute must be double quoted JSON
*
* Example:
*
* <polymer-ajax auto url="http://gdata.youtube.com/feeds/api/videos/"
Expand Down

0 comments on commit 59d6bc8

Please sign in to comment.