Skip to content

Commit 7b39642

Browse files
committed
Fix typo.
1 parent cbbbb3e commit 7b39642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/stateless-filters-angularjs-1.3/angular-1.3.9.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16711,7 +16711,7 @@ function createPredicateFn(expression, comparator, matchAgainstAnyProp) {
1671116711
expected = lowercase('' + expected);
1671216712

1671316713

16714-
console.log( "Executing deep-copy compare: [", actual, "] vs. [", expected, "]" );
16714+
console.log( "Executing deep-compare: [", actual, "] vs. [", expected, "]" );
1671516715

1671616716

1671716717
return actual.indexOf(expected) !== -1;

0 commit comments

Comments
 (0)