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/mootools/mootools-1.3.1.js')
-rw-r--r--tests/javascript/frameworks/mootools/mootools-1.3.1.js63
1 files changed, 0 insertions, 63 deletions
diff --git a/tests/javascript/frameworks/mootools/mootools-1.3.1.js b/tests/javascript/frameworks/mootools/mootools-1.3.1.js
index 76f0c41c50..3b000aa447 100644
--- a/tests/javascript/frameworks/mootools/mootools-1.3.1.js
+++ b/tests/javascript/frameworks/mootools/mootools-1.3.1.js
@@ -396,11 +396,8 @@ String.extend('uniqueID', function(){
return (UID++).toString(36);
});
-
-
}).call(this);
-
/*
---
@@ -568,9 +565,6 @@ Array.implement({
});
-
-
-
/*
---
@@ -654,7 +648,6 @@ String.implement({
});
-
/*
---
@@ -708,7 +701,6 @@ Number.alias('each', 'times');
Number.implement(methods);
})(['abs', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'exp', 'floor', 'log', 'max', 'min', 'pow', 'sin', 'sqrt', 'tan']);
-
/*
---
@@ -777,9 +769,6 @@ Function.implement({
});
-
-
-
/*
---
@@ -899,9 +888,6 @@ Object.extend({
})();
-
-
-
/*
---
@@ -1101,11 +1087,8 @@ try {
});
}
-
-
}).call(this);
-
/*
---
@@ -1216,8 +1199,6 @@ Event.Keys = {
'delete': 46
};
-
-
Event.implement({
stop: function(){
@@ -1238,7 +1219,6 @@ Event.implement({
});
-
/*
---
@@ -1355,7 +1335,6 @@ Class.Mutators = {
}).call(this);
-
/*
---
@@ -1407,8 +1386,6 @@ this.Events = new Class({
addEvent: function(type, fn, internal){
type = removeOn(type);
-
-
this.$events[type] = (this.$events[type] || []).include(fn);
if (internal) fn.internal = true;
return this;
@@ -1476,7 +1453,6 @@ this.Options = new Class({
}).call(this);
-
/*
---
name: Slick.Parser
@@ -1708,7 +1684,6 @@ if (!this.Slick) this.Slick = Slick;
}).apply(/*<CommonJS>*/(typeof exports != 'undefined') ? exports : /*</CommonJS>*/this);
-
/*
---
name: Slick.Finder
@@ -2668,7 +2643,6 @@ if (!this.Slick) this.Slick = Slick;
}).apply(/*<CommonJS>*/(typeof exports != 'undefined') ? exports : /*</CommonJS>*/this);
-
/*
---
@@ -2740,8 +2714,6 @@ if (!Browser.Element){
Element.Constructors = {};
-
-
var IFrame = new Type('IFrame', function(){
var params = Array.link(arguments, {
properties: Type.isObject,
@@ -2831,8 +2803,6 @@ new Type('Elements', Elements).implement({
});
-
-
(function(){
// FF, IE
@@ -2963,8 +2933,6 @@ Window.implement({
});
-
-
if (window.$$ == null) Window.implement('$$', function(selector){
if (arguments.length == 1){
if (typeof selector == 'string') return Slick.search(this.document, selector, new Elements);
@@ -3042,8 +3010,6 @@ var inserters = {
inserters.inside = inserters.bottom;
-
-
var injectCombinator = function(expression, combinator){
if (!expression) return combinator;
@@ -3313,8 +3279,6 @@ var contains = {contains: function(element){
if (!document.contains) Document.implement(contains);
if (!document.createElement('div').contains) Element.implement(contains);
-
-
[Element, Window, Document].invoke('implement', {
addListener: function(type, fn){
@@ -3368,8 +3332,6 @@ if (window.attachEvent && !window.addEventListener) window.addListener('unload',
Element.Properties = {};
-
-
Element.Properties.style = {
set: function(style){
@@ -3440,7 +3402,6 @@ Element.Properties.html = (function(){
return html;
})();
-
/*
---
@@ -3599,8 +3560,6 @@ Element.Styles = {
zIndex: '@', 'zoom': '@', fontWeight: '@', textIndent: '@px', opacity: '@'
};
-
-
Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, borderStyle: {}, borderColor: {}};
['Top', 'Right', 'Bottom', 'Left'].each(function(direction){
@@ -3621,7 +3580,6 @@ Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, bor
}).call(this);
-
/*
---
@@ -3790,11 +3748,8 @@ Element.Events = {
};
-
-
}).call(this);
-
/*
---
@@ -3977,7 +3932,6 @@ Element.implement({
});
-
[Document, Window].invoke('implement', {
getSize: function(){
@@ -4079,7 +4033,6 @@ Element.alias({position: 'setPosition'}); //compatability
});
-
/*
---
@@ -4260,7 +4213,6 @@ var pullInstance = function(fps){
}).call(this);
-
/*
---
@@ -4405,9 +4357,6 @@ Fx.CSS.Parsers = {
};
-
-
-
/*
---
@@ -4512,7 +4461,6 @@ Element.implement({
});
-
/*
---
@@ -4591,7 +4539,6 @@ Element.implement({
});
-
/*
---
@@ -4650,8 +4597,6 @@ Fx.Transitions = {
};
-
-
Fx.Transitions.extend = function(transitions){
for (var transition in transitions) Fx.Transitions[transition] = new Fx.Transition(transitions[transition]);
};
@@ -4702,7 +4647,6 @@ Fx.Transitions.extend({
});
});
-
/*
---
@@ -5064,7 +5008,6 @@ Element.implement({
});
-
/*
---
@@ -5085,8 +5028,6 @@ provides: JSON
if (typeof JSON == 'undefined') this.JSON = {};
-
-
(function(){
var special = {'\b': '\\b', '\t': '\\t', '\n': '\\n', '\f': '\\f', '\r': '\\r', '"' : '\\"', '\\': '\\\\'};
@@ -5140,7 +5081,6 @@ JSON.decode = function(string, secure){
}).call(this);
-
/*
---
@@ -5188,7 +5128,6 @@ Request.JSON = new Class({
});
-
/*
---
@@ -5264,7 +5203,6 @@ Cookie.dispose = function(key, options){
return new Cookie(key, options).dispose();
};
-
/*
---
@@ -5374,7 +5312,6 @@ window.addEvent('load', function(){
})(window, document);
-
/*
---