summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/jquery.multi-select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/jquery.multi-select.js b/js/jquery.multi-select.js
index 75f5d51..c24ab52 100644
--- a/js/jquery.multi-select.js
+++ b/js/jquery.multi-select.js
@@ -14,7 +14,7 @@
this.settings = {
disabledClass : 'disabled',
emptyArray : false,
- callbackOnInit: false
+ callbackOnInit: false,
keepOrder : false
};
if(options) {