Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

rboxStyle.js 123B

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