Skip to content

Commit

Permalink
fixed function def
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkubu committed Apr 17, 2016
1 parent 2a75fbf commit 1e55d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansi.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def on_new_async(self, view):
def on_load_async(self, view):
self.assign_event_listener(view)

def on_close(view):
def on_close(self, view):
view.settings().clear_on_change("CHECK_FOR_ANSI_SYNTAX")

def check_reload(self, view):
Expand Down

0 comments on commit 1e55d9d

Please sign in to comment.