fix #1396 - fix destroy() when double initting
This commit is contained in:
parent
ef136731d4
commit
4969dcb42c
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||
// destroy if called on an existing component
|
||||
if (opts.element.data("select2") !== undefined &&
|
||||
opts.element.data("select2") !== null) {
|
||||
this.destroy();
|
||||
opts.element.data("select2").destroy();
|
||||
}
|
||||
|
||||
this.container = this.createContainer();
|
||||
|
|
Loading…
Add table
Reference in a new issue