1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00
Files
gitlit/app/node_modules/jquery/src/css/var/rboxStyle.js
2018-05-18 10:48:24 +02:00

8 lines
123 B
JavaScript

define( [
"./cssExpand"
], function( cssExpand ) {
"use strict";
return new RegExp( cssExpand.join( "|" ), "i" );
} );