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

Commit 6b0575c

Browse files
Michel Boudreaumboudreau
Michel Boudreau
authored andcommitted
removing tabs, again.
1 parent 0243b00 commit 6b0575c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Angular.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -938,13 +938,13 @@ var csp = function() {
938938
*/
939939
var jq = function() {
940940
if (isDefined(jq.name_)) return jq.name_;
941-
var el;
942-
var i, ii = ngAttrPrefixes.length;
943-
for (i = 0; i < ii; ++i) {
944-
if (el = document.querySelector('[' + ngAttrPrefixes[i].replace(':', '\\:') + 'jq]')) {
945-
break;
946-
}
947-
}
941+
var el;
942+
var i, ii = ngAttrPrefixes.length;
943+
for (i = 0; i < ii; ++i) {
944+
if (el = document.querySelector('[' + ngAttrPrefixes[i].replace(':', '\\:') + 'jq]')) {
945+
break;
946+
}
947+
}
948948

949949
var name;
950950
if (el) {

0 commit comments

Comments
 (0)