summaryrefslogtreecommitdiff
path: root/chimere/static/bsmSelect/js/jquery.bsmselect.compatibility.js
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/static/bsmSelect/js/jquery.bsmselect.compatibility.js')
-rw-r--r--chimere/static/bsmSelect/js/jquery.bsmselect.compatibility.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/chimere/static/bsmSelect/js/jquery.bsmselect.compatibility.js b/chimere/static/bsmSelect/js/jquery.bsmselect.compatibility.js
index a743a07..683d865 100644
--- a/chimere/static/bsmSelect/js/jquery.bsmselect.compatibility.js
+++ b/chimere/static/bsmSelect/js/jquery.bsmselect.compatibility.js
@@ -1,17 +1,17 @@
/*
* Better Select Multiple Compatibility Plugin - jQuery Plugin
*
- * Copyright (c) 2010 by Victor Berchet - http://www.github.com/vicb
+ * Copyright (c) 2010-2011 by Victor Berchet - http://www.github.com/vicb
*
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*
- * version: v1.0.0 - 2010-09-05
+ * version: v1.0.1 - 2011-11-14
*/
(function($) {
$.bsmSelect.plugins.compatibility = function()
{
- if (!(this instanceof arguments.callee)) {
- return new arguments.callee();
+ if (!(this instanceof $.bsmSelect.plugins.compatibility)) {
+ return new $.bsmSelect.plugins.compatibility();
}
}
@@ -31,7 +31,7 @@
o.showEffect = $.bsmSelect.effects[o.animate.add];
} else {
o.showEffect = $.bsmSelect.effects.show;
- }
+ }
if ($.isFunction(o.animate.drop)) {
o.hideEffect = o.animate.drop;