diff options
Diffstat (limited to 'core/src/jquery/index.js')
-rw-r--r-- | core/src/jquery/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/jquery/index.js b/core/src/jquery/index.js index e2efc76bdf1..d131ae5245a 100644 --- a/core/src/jquery/index.js +++ b/core/src/jquery/index.js @@ -1,4 +1,4 @@ -/* +/** * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at> * * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at> @@ -59,5 +59,5 @@ $.ajaxSetup({ * * This thus mitigates some unexpected XSS vectors. */ -$.globalEval = function () { +$.globalEval = function() { } |