corrade-http-templates – Rev 57

Subversion Repositories:
Rev:
define( [
        "./cssExpand"
], function( cssExpand ) {
        "use strict";

        return new RegExp( cssExpand.join( "|" ), "i" );
} );