|
@@ -3126,7 +3126,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|
var self=this, ids, old;
|
|
var self=this, ids, old;
|
|
if (arguments.length === 0) {
|
|
if (arguments.length === 0) {
|
|
return this.selection
|
|
return this.selection
|
|
- .find(".select2-search-choice")
|
|
|
|
|
|
+ .children(".select2-search-choice")
|
|
.map(function() { return $(this).data("select2-data"); })
|
|
.map(function() { return $(this).data("select2-data"); })
|
|
.get();
|
|
.get();
|
|
} else {
|
|
} else {
|