From 59d6bc8be48f9ce12d18c2791b95d2880f016853 Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Sat, 25 Jan 2014 17:18:57 -0800 Subject: [PATCH] Add a note that the params attribute must be double quoted JSON. This can be easy to overlook. --- polymer-ajax.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polymer-ajax.html b/polymer-ajax.html index bf3f473..0b6af8d 100644 --- a/polymer-ajax.html +++ b/polymer-ajax.html @@ -10,6 +10,8 @@ /** * polymer-ajax can be used to perform XMLHttpRequests. * + * Note: The params attribute must be double quoted JSON + * * Example: * *