Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
5c5564be4f64ace364e673341989510e3093ba2f
/
.
/
node_modules
/
jquery
/
src
/
css
/
var
/
rboxStyle.js
blob: 902c01085c0d407f007e1003355c75c8f778313e [
file
] [
log
] [
blame
]
define
(
[
"./cssExpand"
],
function
(
cssExpand
)
{
"use strict"
;
return
new
RegExp
(
cssExpand
.
join
(
"|"
),
"i"
);
}
);