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

Commit 1de70d5

Browse files
committed
replacing tabs for spaces
1 parent fd8e990 commit 1de70d5

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
@@ -1528,10 +1528,10 @@ function bindJQuery() {
15281528

15291529
// bind to jQuery if present;
15301530
var jqName = jq();
1531-
jQuery = window.jQuery; // use default jQuery.
1532-
if (isDefined(jqName)) { // `ngJq` present
1533-
jQuery = jqName === null ? undefined : window[jqName]; // if empty; use jqLite. if not empty, use jQuery specified by `ngJq`.
1534-
}
1531+
jQuery = window.jQuery; // use default jQuery.
1532+
if (isDefined(jqName)) { // `ngJq` present
1533+
jQuery = jqName === null ? undefined : window[jqName]; // if empty; use jqLite. if not empty, use jQuery specified by `ngJq`.
1534+
}
15351535

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

0 commit comments

Comments
 (0)