Skip to content

Commit d27dd1c

Browse files
committed
Fixed 'set' not firing.
1 parent ac5166b commit d27dd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ var
263263
this.target = target.on('change', function( e ){
264264
that.obj.val(
265265
at(null, $(e.target).val(), that.N),
266-
{ 'link': that }
266+
{ 'link': that, 'set': true }
267267
);
268268
});
269269
};

0 commit comments

Comments
 (0)