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

Commit 25d731e

Browse files
committed
docs(orderBy): fix JSCS trailing whitespace error
1 parent 15da7cc commit 25d731e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ng/filter/orderBy.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,10 @@
9292
}]);
9393
</script>
9494
<style type="text/css">
95-
SPAN.sortorder:after {
95+
.sortorder:after {
9696
content: '\25b2';
9797
}
98-
99-
SPAN.sortorder.reverse:after {
98+
.sortorder.reverse:after {
10099
content: '\25bc';
101100
}
102101
</style>

0 commit comments

Comments
 (0)