Skip to content

Commit

Permalink
add back lost #key_window.
Browse files Browse the repository at this point in the history
  • Loading branch information
sohocoke committed Aug 12, 2014
1 parent cad12c5 commit ba2844e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions motion-kit/lib/motion-kit/sysint/osx/ns_application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ def status_bar_window

#=

def key_window
self.keyWindow
end

def windows_report
ws = windows.collect do |w|
w.to_s + ":" + w.title.to_s
Expand Down

0 comments on commit ba2844e

Please sign in to comment.