Fix a typo

Fix a very small typo in a comment.
This commit is contained in:
Pablo Santa Cruz 2015-08-31 09:44:35 -04:00
parent 8a6ad079bb
commit 3e87256663

@ -150,7 +150,7 @@ Applied as jQuery method.
.on({
save: $.proxy(this.save, this), //click on submit button (value changed)
nochange: $.proxy(function(){ this.hide('nochange'); }, this), //click on submit button (value NOT changed)
cancel: $.proxy(function(){ this.hide('cancel'); }, this), //click on calcel button
cancel: $.proxy(function(){ this.hide('cancel'); }, this), //click on cancel button
show: $.proxy(function() {
if(this.delayedHide) {
this.hide(this.delayedHide.reason);