repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Tests: revert concurrency group change
[jquery.git]
/
src
/
var
/
rtrimCSS.js
blob
f35b8a1e9f8b1dde7a7113940dc251c47f648c2a
1
import { whitespace } from "./whitespace.js";
2
3
export var rtrimCSS = new RegExp(
4
"^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$",
5
"g"
6
);