Side navigation
Ticket #3151: change20080710.diff
File change20080710.diff, 0.2 KB (added by heyspearsy, July 11, 2008 02:16AM UTC)
Checks for option first.
252c252
< var words = value.split( options.multipleSeparator );
---
> var words = options.multiple ? value.split( options.multipleSeparator ) : [value];
759c759
< })(jQuery);
\ No newline at end of file
---
> })(jQuery);
Download in other formats:
Original Format
File change20080710.diff, 0.2 KB (added by heyspearsy, July 11, 2008 02:16AM UTC)
Checks for option first.
252c252
< var words = value.split( options.multipleSeparator );
---
> var words = options.multiple ? value.split( options.multipleSeparator ) : [value];
759c759
< })(jQuery);
\ No newline at end of file
---
> })(jQuery);