fix syntax typo

This commit is contained in:
AJ ONeal 2013-08-06 02:52:14 -07:00
parent 1a4ba1c41e
commit 9e344c15e1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ It's as simple as you could guess:
$.getJSON(
flickerAPI
, { tags: thing
, tagmode: "any
, tagmode: "any"
, format: "json"
, success: function (data) {
console.log('teh animals:', data);