File "rtrimCSS.js"

Full Path: C:/wamp64/www/porteria/node_modules/jquery/src/effects/rtrimCSS.js
File size: 174 bytes
MIME-type: text/plain
Charset: utf-8

define( [
	"./whitespace"
], function( whitespace ) {

"use strict";

return new RegExp(
	"^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$",
	"g"
);

} );