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

Commit 1ddbb3e

Browse files
committed
chore(*): make ESLint happy
1 parent 34f4026 commit 1ddbb3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ng/compileSpec.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -8690,7 +8690,8 @@ describe('$compile', function() {
86908690

86918691
it('should work without external libraries (except jQuery)', testCleanup);
86928692

8693-
if (jQuery) { it('should work with another library patching jQuery.cleanData after Angular', function() {
8693+
if (jQuery) {
8694+
it('should work with another library patching jQuery.cleanData after Angular', function() {
86948695
var cleanedCount = 0;
86958696
var currentCleanData = jqLite.cleanData;
86968697
jqLite.cleanData = function(elems) {

0 commit comments

Comments
 (0)