make the eslint nanny happy
This commit is contained in:
parent
ce810320a2
commit
a3e6fe5522
|
@ -140,13 +140,13 @@ 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;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue