surat/vendor/npm-asset/jquery/src/css/var/rboxStyle.js

8 lines
123 B
JavaScript
Raw Normal View History

2024-12-25 03:04:59 +00:00
define( [
"./cssExpand"
], function( cssExpand ) {
"use strict";
return new RegExp( cssExpand.join( "|" ), "i" );
} );