JSHint the code.

Missing space.
This commit is contained in:
Hyunje Alex Jun 2013-06-14 21:38:33 +09:00
parent d5ef529438
commit eb8f28cd26

View File

@ -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") {