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

fix: data not passed in select2-loaded event

This commit is contained in:
vitalets 2013-06-22 18:19:44 +04:00
parent 24c8a19a40
commit c57dd1f0ff

View File

@ -1617,7 +1617,7 @@ the specific language governing permissions and limitations under the Apache Lic
postRender();
this.opts.element.trigger({ type: "select2-loaded", data:data });
this.opts.element.trigger({ type: "select2-loaded", items: data });
})});
},