projects
/
enjoyable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04a5164
)
Fix mismatched serialization code.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Mon, 4 Mar 2013 13:43:51 +0000
(14:43 +0100)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Mon, 4 Mar 2013 13:43:51 +0000
(14:43 +0100)
NJOutputKeyPress.m
patch
|
blob
|
history
diff --git
a/NJOutputKeyPress.m
b/NJOutputKeyPress.m
index c2000d87302412c3816da278853e4e5d427e6a20..5371475bba11c97af2619c9f5a85efc9f6f6a603 100644
(file)
--- a/
NJOutputKeyPress.m
+++ b/
NJOutputKeyPress.m
@@
-12,7
+12,7
@@
@implementation NJOutputKeyPress
+ (NSString *)serializationCode {
- return @"key";
+ return @"key
press
";
}
- (NSDictionary *)serialize {