rboxStyle.js (123B)
1 define( [ 2 "./cssExpand" 3 ], function( cssExpand ) { 4 "use strict"; 5 6 return new RegExp( cssExpand.join( "|" ), "i" ); 7 } );