|
@@ -3185,7 +3185,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|
if ("tags" in opts) {opts.multiple = multiple = true;}
|
|
if ("tags" in opts) {opts.multiple = multiple = true;}
|
|
}
|
|
}
|
|
|
|
|
|
- select2 = multiple ? new window.Select2["class"].multi() : window.Select2["class"].single();
|
|
|
|
|
|
+ select2 = multiple ? new window.Select2["class"].multi() : new window.Select2["class"].single();
|
|
select2.init(opts);
|
|
select2.init(opts);
|
|
} else if (typeof(args[0]) === "string") {
|
|
} else if (typeof(args[0]) === "string") {
|
|
|
|
|