JSHint the code.
Missing space.
This commit is contained in:
parent
d5ef529438
commit
eb8f28cd26
@ -11,7 +11,7 @@
|
||||
|
||||
$.fn.perfectScrollbar = function (suppliedSettings, option) {
|
||||
|
||||
return this.each(function() {
|
||||
return this.each(function () {
|
||||
// Use the default settings
|
||||
var settings = $.extend(true, {}, defaultSettings);
|
||||
if (typeof suppliedSettings === "object") {
|
||||
|
Loading…
Reference in New Issue
Block a user