Skip to content

Commit

Permalink
Fix close button not working, dnbard#62
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonsiqueira committed Apr 10, 2016
1 parent 33c84e5 commit cdba86d
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 cdba86d

Please sign in to comment.