diff --git a/select2-latest.html b/select2-latest.html index 3d569a4f..262bd6a8 100755 --- a/select2-latest.html +++ b/select2-latest.html @@ -1180,7 +1180,7 @@ $("#tags").select2({
Gets or sets the selection. Analogous to val
method, but works with objects instead of ids.
Reverts changes to DOM done by Select2. Any selection done via Select2 will be preserved.
@@ -1249,20 +1249,29 @@ $("#tags").select2({ +$.fn.select2.defaults
object. Properties changed in this object (same properties configurable through the constructor) will take effect for every instance created after the change
+
+