Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
330847de16cc6591387138739653d5fcc6f14190
/
.
/
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"
);
}
);