aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/var/rquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ajax/var/rquery.js')
-rw-r--r--src/ajax/var/rquery.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ajax/var/rquery.js b/src/ajax/var/rquery.js
index eb26d4eb8..500a77a08 100644
--- a/src/ajax/var/rquery.js
+++ b/src/ajax/var/rquery.js
@@ -1,3 +1,3 @@
define(function() {
- return /\?/;
-}); \ No newline at end of file
+ return (/\?/);
+});