fix parameter names
This commit is contained in:
parent
231cce0add
commit
266861ac51
@ -2644,7 +2644,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
},
|
},
|
||||||
|
|
||||||
// multi
|
// multi
|
||||||
postprocessResults: function (dummy1, dummy2, noHighlightUpdate) {
|
postprocessResults: function (data, initial, noHighlightUpdate) {
|
||||||
var val = this.getVal(),
|
var val = this.getVal(),
|
||||||
choices = this.results.find(".select2-result"),
|
choices = this.results.find(".select2-result"),
|
||||||
compound = this.results.find(".select2-result-with-children"),
|
compound = this.results.find(".select2-result-with-children"),
|
||||||
|
Loading…
Reference in New Issue
Block a user