make the eslint nanny happy
This commit is contained in:
parent
ce810320a2
commit
a3e6fe5522
|
@ -140,17 +140,17 @@ if ( $css != 'base' )
|
||||||
var mootoolsLoaded = (typeof MooTools != 'undefined');
|
var mootoolsLoaded = (typeof MooTools != 'undefined');
|
||||||
if (bootstrapLoaded && mootoolsLoaded) {
|
if (bootstrapLoaded && mootoolsLoaded) {
|
||||||
Element.implement({
|
Element.implement({
|
||||||
hide: function () {
|
hide: function() {
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
show: function (v) {
|
show: function(v) {
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
slide: function (v) {
|
slide: function(v) {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
jQuery("#flip").click(function() {
|
jQuery("#flip").click(function() {
|
||||||
jQuery("#panel").slideToggle("slow");
|
jQuery("#panel").slideToggle("slow");
|
||||||
var flip = jQuery("#flip");
|
var flip = jQuery("#flip");
|
||||||
|
|
Loading…
Reference in New Issue