fix syntax typo

这个提交包含在:
AJ ONeal 2013-08-06 02:52:14 -07:00
父节点 1a4ba1c41e
当前提交 9e344c15e1

查看文件

@ -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);