1
0
mirror of synced 2024-11-22 13:06:08 +03:00

remove some debugging

This commit is contained in:
Igor Vaynberg 2013-08-12 15:20:38 -07:00
parent 11a8b59ad0
commit 917c7614cb
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ milestone: 12
});
$("#e10_3").select2({
data:{ results: data, text: function(item) { console.log('called with', item); return item.tag; } },
data:{ results: data, text: function(item) { return item.tag; } },
formatSelection: format,
formatResult: format
});

View File

@ -183,7 +183,7 @@ $("#e10_2").select2({
});
$("#e10_3").select2({
data:{ results: data, text: function(item) { console.log('called with', item); return item.tag; } },
data:{ results: data, text: function(item) { return item.tag; } },
formatSelection: format,
formatResult: format
});