initial commit
This commit is contained in:
7
public/scripts/jquery/src/css/var/rboxStyle.js
vendored
Normal file
7
public/scripts/jquery/src/css/var/rboxStyle.js
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
define( [
|
||||
"./cssExpand"
|
||||
], function( cssExpand ) {
|
||||
"use strict";
|
||||
|
||||
return new RegExp( cssExpand.join( "|" ), "i" );
|
||||
} );
|
Reference in New Issue
Block a user