aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut+Monitoring.m
AgeCommit message (Collapse)Author
2012-11-10Now the component properly handles your trying to set another handler for an ↵Vadim Shpakovski
existing shortcut. Only the first assignable handler will be working, the second and other handlers all will be ignored. Also, previous workaround with calling performSelector:withObject:afterDelay: is removed, it seems to be working with an apprpriate use of objc_setAssociatedObject.
2012-09-19Isolates monitoring code from data.1.1Vadim Shpakovski