diff options
author | Justin Karneges <justin@affinix.com> | 2013-01-31 23:33:20 -0800 |
---|---|---|
committer | Justin Karneges <justin@affinix.com> | 2013-01-31 23:33:20 -0800 |
commit | 22449733d10256af0f6e486b56d819162f98f580 (patch) | |
tree | 1a26d754ae6fdd9981ed3298e002e8998a967af3 | |
parent | efab481c004110be33bdb4f46c924b2cda7bd24f (diff) | |
download | pollymer-22449733d10256af0f6e486b56d819162f98f580.tar pollymer-22449733d10256af0f6e486b56d819162f98f580.tar.gz |
extra verbosity
-rw-r--r-- | polldance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polldance.js b/polldance.js index 9623bc7..bd90fc6 100644 --- a/polldance.js +++ b/polldance.js @@ -326,7 +326,7 @@ var DEBUG = true; xhr.send(body); - consoleinfo("PD: XHR start"); + consoleinfo("PD: XHR start " + url); return xhr; }; |