Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/javascript/frameworks/jquery/jquery-1.3.2.js')
-rw-r--r--tests/javascript/frameworks/jquery/jquery-1.3.2.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/javascript/frameworks/jquery/jquery-1.3.2.js b/tests/javascript/frameworks/jquery/jquery-1.3.2.js
index de34b8197b..dc46607eb9 100644
--- a/tests/javascript/frameworks/jquery/jquery-1.3.2.js
+++ b/tests/javascript/frameworks/jquery/jquery-1.3.2.js
@@ -4255,7 +4255,6 @@ jQuery.offset = {
}
};
-
jQuery.fn.extend({
position: function() {
var left = 0, top = 0, results;
@@ -4296,7 +4295,6 @@ jQuery.fn.extend({
}
});
-
// Create scrollLeft and scrollTop methods
jQuery.each( ['Left', 'Top'], function(i, name) {
var method = 'scroll' + name;