problems with lookup gesture

This commit is contained in:
Jeena Paradies 2012-11-09 23:19:12 +01:00
parent f299176e7e
commit 6b0a1fde17
2 changed files with 5 additions and 2 deletions

View file

@ -232,6 +232,8 @@ function(jQuery, Paths, URI, HostApp, Followings) {
data["mentions"] = mentions;
}
debug(data);
//return
Paths.getURL(url.toString(), http_method, callback, JSON.stringify(data)); // FIXME: error callback
}