problems with lookup gesture
This commit is contained in:
parent
f299176e7e
commit
6b0a1fde17
2 changed files with 5 additions and 2 deletions
|
@ -156,12 +156,13 @@
|
||||||
|
|
||||||
retval = YES; // causes Apple to NOT fire the default enter action
|
retval = YES; // causes Apple to NOT fire the default enter action
|
||||||
}
|
}
|
||||||
|
else if (commandSelector == @selector(noop:)) {
|
||||||
if (commandSelector == @selector(noop:)) {
|
|
||||||
retval = YES;
|
retval = YES;
|
||||||
[self sendTweet:control];
|
[self sendTweet:control];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NSLog(@"%@", NSStringFromSelector(commandSelector) );
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
|
@ -232,6 +232,8 @@ function(jQuery, Paths, URI, HostApp, Followings) {
|
||||||
data["mentions"] = mentions;
|
data["mentions"] = mentions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
debug(data);
|
||||||
|
//return
|
||||||
Paths.getURL(url.toString(), http_method, callback, JSON.stringify(data)); // FIXME: error callback
|
Paths.getURL(url.toString(), http_method, callback, JSON.stringify(data)); // FIXME: error callback
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue