Skip to content

Commit

Permalink
uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Kubík committed Aug 20, 2013
1 parent 08c9adc commit 67b10bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SublimeManpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class ManpageWebCall(threading.Thread):
URL = "http://www.linuxmanpages.com/man%(section)s/%(function)s.%(section)s.php"

def __init__(self, window, func):
self.window = window # TODO: refactor
self.window = window
self.function = func
self.settings = sublime.load_settings("SublimeManpage.sublime-settings")
threading.Thread.__init__(self)
Expand Down

0 comments on commit 67b10bf

Please sign in to comment.