diff options
Diffstat (limited to 'bower_components/jquery/src/ajax/var/rquery.js')
| -rw-r--r-- | bower_components/jquery/src/ajax/var/rquery.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/jquery/src/ajax/var/rquery.js b/bower_components/jquery/src/ajax/var/rquery.js index 500a77a..0502146 100644 --- a/bower_components/jquery/src/ajax/var/rquery.js +++ b/bower_components/jquery/src/ajax/var/rquery.js @@ -1,3 +1,3 @@ -define(function() { - return (/\?/); -}); +define( function() { + return ( /\?/ ); +} ); |
