Skip to content

Commit 1389295

Browse files
committed
whitespace
1 parent 3610382 commit 1389295

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

snippets/jquerify/jquerify.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
var s = document.createElement('script');
1010
s.setAttribute('src', '//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js');
1111
s.addEventListener('load', function(){
12-
console.log('jquery loaded!');
13-
14-
if(dollarInUse) {
15-
jQuery.noConflict();
16-
console.log('`$` already in use; use `jQuery`');
17-
}
12+
console.log('jQuery loaded!');
13+
14+
if(dollarInUse) {
15+
jQuery.noConflict();
16+
console.log('`$` already in use; use `jQuery`');
17+
}
1818
});
19-
19+
2020
document.body.appendChild(s);
2121
}
2222

0 commit comments

Comments
 (0)