diff --git a/select2-latest.html b/select2-latest.html
index 169d5180..1baf483c 100644
--- a/select2-latest.html
+++ b/select2-latest.html
@@ -1319,7 +1319,7 @@ $("#tags").select2({
Parameter | Type | Description |
transport | function | Function that will be used to perform the ajax request. Must be parameter-compatible with $.ajax . Defaults to $.ajax if not specified.
Allows the use of various ajax wrapper libraries such as: AjaxManager. |
- url | string | Ajax url |
+ url | string/function | String containing the ajax url or a function that returns such a string. |
dataType | string | Data type for the request. ajax , jsonp , other formats supported by jquery |
quietMillis | int | Number of milliseconds to wait for the user to stop typing before issuing the ajax request |
data | function |
diff --git a/select2-master b/select2-master
index b4f6462b..b562d1a0 160000
--- a/select2-master
+++ b/select2-master
@@ -1 +1 @@
-Subproject commit b4f6462bb29d485bc158580b62e84812267165c5
+Subproject commit b562d1a0e55678117be6248adc84823280dfb6be
|