Skip to content

Commit

Permalink
Fixed 'set' not firing.
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Apr 23, 2014
1 parent ac5166b commit d27dd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ var
this.target = target.on('change', function( e ){
that.obj.val(
at(null, $(e.target).val(), that.N),
{ 'link': that }
{ 'link': that, 'set': true }
);
});
};
Expand Down

0 comments on commit d27dd1c

Please sign in to comment.