Skip to content

Commit

Permalink
Merge pull request #65 from titomilton/FixCloseButton
Browse files Browse the repository at this point in the history
Fix close button not working
  • Loading branch information
dnbard committed Apr 14, 2016
2 parents 33c84e5 + cdba86d commit 205f567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewmodels/documents.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ define(function(require, exports, module){

CommandManager.execute('file.close', {
file: file,
paneId: this.panelId
paneId: self.panelId
});
}

Expand Down

0 comments on commit 205f567

Please sign in to comment.