1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Build latest commits

This commit is contained in:
Kevin Brown 2015-03-01 19:03:30 -05:00
parent 4eaa8c5488
commit 61916b2cfb
6 changed files with 6 additions and 6 deletions

View File

@ -1093,7 +1093,7 @@ define('select2/selection/multiple',[
var $selection = this.selectionContainer(); var $selection = this.selectionContainer();
$selection.append(formatted); $selection.append(formatted);
$selection.prop('title', selection.title); $selection.prop('title', selection.title || selection.text);
$selection.data('data', selection); $selection.data('data', selection);

View File

@ -1093,7 +1093,7 @@ define('select2/selection/multiple',[
var $selection = this.selectionContainer(); var $selection = this.selectionContainer();
$selection.append(formatted); $selection.append(formatted);
$selection.prop('title', selection.title); $selection.prop('title', selection.title || selection.text);
$selection.data('data', selection); $selection.data('data', selection);

View File

@ -1532,7 +1532,7 @@ define('select2/selection/multiple',[
var $selection = this.selectionContainer(); var $selection = this.selectionContainer();
$selection.append(formatted); $selection.append(formatted);
$selection.prop('title', selection.title); $selection.prop('title', selection.title || selection.text);
$selection.data('data', selection); $selection.data('data', selection);

File diff suppressed because one or more lines are too long

2
dist/js/select2.js vendored
View File

@ -1532,7 +1532,7 @@ define('select2/selection/multiple',[
var $selection = this.selectionContainer(); var $selection = this.selectionContainer();
$selection.append(formatted); $selection.append(formatted);
$selection.prop('title', selection.title); $selection.prop('title', selection.title || selection.text);
$selection.data('data', selection); $selection.data('data', selection);

File diff suppressed because one or more lines are too long