aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ajax/script.js')
-rw-r--r--src/ajax/script.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ajax/script.js b/src/ajax/script.js
index f7a918010..48b329ae3 100644
--- a/src/ajax/script.js
+++ b/src/ajax/script.js
@@ -1,5 +1,3 @@
-(function( jQuery ) {
-
// Install script dataType
jQuery.ajaxSetup({
accepts: {
@@ -85,5 +83,3 @@ jQuery.ajaxTransport( "script", function(s) {
};
}
});
-
-})( jQuery );