Skip to content

Commit

Permalink
Fix unbind all
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Mar 24, 2016
1 parent 165423e commit 9ac80ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/www/js/profileView.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var closeMenu = function($profile) {
var $inputs = $profile.find('.menu input');
$inputs.blur();
$inputs.val('');
unbindAll();
unbindAll($profile);
};

var openEditor = function($profile, data, typ) {
Expand Down

0 comments on commit 9ac80ad

Please sign in to comment.