diff options
Diffstat (limited to 'bower_components/jquery/src/var/rnotwhite.js')
| -rw-r--r-- | bower_components/jquery/src/var/rnotwhite.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/jquery/src/var/rnotwhite.js b/bower_components/jquery/src/var/rnotwhite.js index 7c69bec..6067728 100644 --- a/bower_components/jquery/src/var/rnotwhite.js +++ b/bower_components/jquery/src/var/rnotwhite.js @@ -1,3 +1,3 @@ -define(function() { - return (/\S+/g); -}); +define( function() { + return ( /\S+/g ); +} ); |
