corrade-http-templates – Blame information for rev 61

Subversion Repositories:
Rev:
Rev Author Line No. Line
61 office 1 define( [
2 "./cssExpand"
3 ], function( cssExpand ) {
4 "use strict";
5  
6 return new RegExp( cssExpand.join( "|" ), "i" );
7 } );