Skip to content

Commit 0c8ce97

Browse files
committed
Tabs versus spaces.
1 parent 057ca90 commit 0c8ce97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jquery.initialize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
// If the selector is fraternal, query siblings of the mutated node for matches.
9696
if (msobserver.isFraternal)
9797
matches.push.apply(matches, mutations[m].target.parentElement.querySelectorAll(msobserver.selector));
98-
else
98+
else
9999
matches.push.apply(matches, mutations[m].target.querySelectorAll(msobserver.selector));
100100
}
101101

@@ -120,7 +120,7 @@
120120
}
121121

122122
// For each match, call the callback using jQuery.each() to initialize the element (once only.)
123-
for (var i = 0; i < matches.length; i++)
123+
for (var i = 0; i < matches.length; i++)
124124
$(matches[i]).each(msobserver.callback);
125125
});
126126

0 commit comments

Comments
 (0)