Skip to content

Commit

Permalink
Merge pull request #807 from pablo/master
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
tofutim committed Sep 27, 2015
2 parents 8a6ad07 + 3e87256 commit b70f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/editable-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b70f19a

Please sign in to comment.