fix syntax typo
This commit is contained in:
parent
1a4ba1c41e
commit
9e344c15e1
|
@ -19,7 +19,7 @@ It's as simple as you could guess:
|
||||||
$.getJSON(
|
$.getJSON(
|
||||||
flickerAPI
|
flickerAPI
|
||||||
, { tags: thing
|
, { tags: thing
|
||||||
, tagmode: "any
|
, tagmode: "any"
|
||||||
, format: "json"
|
, format: "json"
|
||||||
, success: function (data) {
|
, success: function (data) {
|
||||||
console.log('teh animals:', data);
|
console.log('teh animals:', data);
|
||||||
|
|
Loading…
Reference in New Issue