Skip to content

Commit

Permalink
Removed an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Mar 21, 2017
1 parent f23551a commit 3a615c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/javascript/helpers/default-application-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@
* @param {Function} cb Callback => fn(discard_changes)
*/
DefaultApplicationWindow.prototype.checkHasChanged = function(cb) {
var self = this;

if ( this.hasChanged ) {
API.createDialog('Confirm', {
buttons: ['yes', 'no'],
Expand Down

0 comments on commit 3a615c1

Please sign in to comment.