mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
ab870c66a8
This fixes two small bugs: 1. The JavaScript-method is called "showDiff" instead of "showDiffs" sincecfbcfc1f38. That's why the 'v' button didn't work since then. 2. Commitf05d0188fcintroduced an error when trying to access "event" for key-presses from Cocoa, which resulted in an error and therefore made the following if-statements unreachable. Signed-off-by: Johannes Gilger <heipei@hackvalue.de>