- Release 0.1.0

This commit is contained in:
Giuseppe Nucifora 2016-01-19 14:07:54 +01:00
parent 78776f796f
commit 17cea1e099

View File

@ -125,7 +125,7 @@
@try {
[_textStorage removeAttribute:NSBackgroundColorAttributeName range:_selectableRange];
} @catch (NSException *exception) {
NSLogDebug(@"%@", exception);
NSLog(@"%@", exception);
}
}
@ -236,7 +236,7 @@
[_rangesOfHotWords addObject:@{ @"hotWord" : @(STTweetLink),
@"protocol" : protocol,
@"range" : [NSValue valueWithRange:result.range]
}];
}];
}
}];
}