Sign in
appsheet-third-party
/
jquery
/
refs/heads/main
/
.
/
src
/
css
/
var
/
rboxStyle.js
blob: 902c01085c0d407f007e1003355c75c8f778313e [
file
] [
log
] [
blame
] [
edit
]
define
(
[
"./cssExpand"
],
function
(
cssExpand
)
{
"use strict"
;
return
new
RegExp
(
cssExpand
.
join
(
"|"
),
"i"
);
}
);