4 lines
42 B
JavaScript
4 lines
42 B
JavaScript
define(function() {
|
|
return (/\S+/g);
|
|
});
|
define(function() {
|
|
return (/\S+/g);
|
|
});
|