Files
dogs/node_modules/jquery/src/css/var/rboxStyle.js

8 lines
123 B
JavaScript
Raw Normal View History

2025-05-12 16:42:36 +09:00
define( [
"./cssExpand"
], function( cssExpand ) {
"use strict";
return new RegExp( cssExpand.join( "|" ), "i" );
} );