Commit c8a2e67d authored by Kichikakhunov's avatar Kichikakhunov

Replaced $select to $container into onInitialized event

parent 8b66afbd
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
this.$select.hide().after(this.$container); this.$select.hide().after(this.$container);
this.options.onInitialized(this.$select); this.options.onInitialized(this.$container);
}; };
Multiselect.prototype = { Multiselect.prototype = {
...@@ -307,9 +307,9 @@ ...@@ -307,9 +307,9 @@
/** /**
* Triggered after initializing. * Triggered after initializing.
* *
* @param {jQuery} $select * @param {jQuery} $container
*/ */
onInitialized: function($select) { onInitialized: function($container) {
}, },
enableHTML: false, enableHTML: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment