aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcutView+Bindings.m
diff options
context:
space:
mode:
Diffstat (limited to 'Framework/MASShortcutView+Bindings.m')
-rw-r--r--Framework/MASShortcutView+Bindings.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Framework/MASShortcutView+Bindings.m b/Framework/MASShortcutView+Bindings.m
index 7a6064c..d8e10bc 100644
--- a/Framework/MASShortcutView+Bindings.m
+++ b/Framework/MASShortcutView+Bindings.m
@@ -4,7 +4,7 @@
- (NSString*) associatedUserDefaultsKey
{
- NSDictionary* bindingInfo = [self infoForBinding:MASShortcutBinding];
+ NSDictionary* bindingInfo = [self infoForBinding:MASShortcutBinding];
if (bindingInfo != nil) {
NSString *keyPath = [bindingInfo objectForKey:NSObservedKeyPathKey];
NSString *key = [keyPath stringByReplacingOccurrencesOfString:@"values." withString:@""];