Skip to content

Commit 4bb6780

Browse files
committed
trivial formatting changes
1 parent f932c3f commit 4bb6780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.smooth-scroll.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $.fn.extend({
5959
include = true;
6060

6161

62-
if (!opts.scrollTarget && (!hostMatch || !pathMatch || !thisHash) ) {
62+
if ( !opts.scrollTarget && (!hostMatch || !pathMatch || !thisHash) ) {
6363
include = false;
6464
} else {
6565
var exclude = opts.exclude, elCounter = 0, el = exclude.length;
@@ -70,7 +70,7 @@ $.fn.extend({
7070
}
7171

7272
var excludeWithin = opts.excludeWithin, ewlCounter = 0, ewl = excludeWithin.length;
73-
while (include && ewlCounter < ewl) {
73+
while ( include && ewlCounter < ewl ) {
7474
if ($link.closest(excludeWithin[ewlCounter++]).length) {
7575
include = false;
7676
}

0 commit comments

Comments
 (0)