PonyConf/node_modules/jquery/src/css/var/rboxStyle.js

8 lines
123 B
JavaScript

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