Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 89d55fd

Browse files
committed
replacing tabs for spaces
1 parent 93bfc67 commit 89d55fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Angular.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1513,10 +1513,10 @@ function bindJQuery() {
15131513

15141514
// bind to jQuery if present;
15151515
var jqName = jq();
1516-
jQuery = window.jQuery; // use default jQuery.
1517-
if (isDefined(jqName)) { // `ngJq` present
1518-
jQuery = jqName === null ? undefined : window[jqName]; // if empty; use jqLite. if not empty, use jQuery specified by `ngJq`.
1519-
}
1516+
jQuery = window.jQuery; // use default jQuery.
1517+
if (isDefined(jqName)) { // `ngJq` present
1518+
jQuery = jqName === null ? undefined : window[jqName]; // if empty; use jqLite. if not empty, use jQuery specified by `ngJq`.
1519+
}
15201520

15211521
// Use jQuery if it exists with proper functionality, otherwise default to us.
15221522
// Angular 1.2+ requires jQuery 1.7+ for on()/off() support.

0 commit comments

Comments
 (0)