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/yui/yui-3.3.0.js')
-rw-r--r--tests/javascript/frameworks/yui/yui-3.3.0.js29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/javascript/frameworks/yui/yui-3.3.0.js b/tests/javascript/frameworks/yui/yui-3.3.0.js
index 78b00d855a..7b4393f68f 100644
--- a/tests/javascript/frameworks/yui/yui-3.3.0.js
+++ b/tests/javascript/frameworks/yui/yui-3.3.0.js
@@ -495,7 +495,6 @@ proto = {
done = Y.Env._attached,
len = r.length, loader;
-
for (i = 0; i < len; i++) {
if (!done[r[i]]) {
name = r[i];
@@ -503,7 +502,6 @@ proto = {
if (!mod) {
loader = Y.Env._loader;
-
if (!loader || !loader.moduleInfo[name]) {
Y.message('NOT loaded: ' + name, 'warn', 'yui');
}
@@ -724,7 +722,6 @@ proto = {
ret = true,
data = response.data;
-
Y._loading = false;
if (data) {
@@ -763,7 +760,6 @@ proto = {
};
-
// YUI().use('*'); // bind everything available
if (firstArg === '*') {
ret = Y._attach(Y.Object.keys(mods));
@@ -773,7 +769,6 @@ proto = {
return Y;
}
-
// use loader to expand dependencies and sort the
// requirements if it is available.
if (boot && Y.Loader && args.length) {
@@ -849,7 +844,6 @@ proto = {
return Y;
},
-
/**
* Returns the namespace specified and creates it if it doesn't exist
* <pre>
@@ -994,8 +988,6 @@ proto = {
*/
};
-
-
YUI.prototype = proto;
// inheritance utilities are not available yet
@@ -1028,7 +1020,6 @@ proto = {
}());
-
/**
* The config object contains all of the configuration options for
* the YUI instance. This object is supplied by the implementer
@@ -1867,7 +1858,6 @@ L.now = Date.now || function () {
* @submodule yui-base
*/
-
var Native = Array.prototype, LENGTH = 'length',
/**
@@ -2177,7 +2167,6 @@ _iefix = function(r, s) {
}
};
-
/**
* Returns a new object containing all of the properties of
* all the supplied objects. The properties from later objects
@@ -2900,14 +2889,11 @@ YUI.Env.parseUA = function(subUA) {
return o;
};
-
Y.UA = YUI.Env.UA || YUI.Env.parseUA();
-
}, '3.3.0' );
YUI.add('get', function(Y) {
-
/**
* Provides a mechanism to fetch remote resources and
* insert them into a document.
@@ -2954,7 +2940,6 @@ Y.Get = function() {
*/
purging,
-
/**
* Generates an HTML element, this is not appended to a document
* @method _node
@@ -3136,7 +3121,6 @@ Y.Get = function() {
_end(id, 'timeout', 'timeout');
},
-
/**
* Loads the next item for a given request
* @method _next
@@ -3191,7 +3175,6 @@ Y.Get = function() {
return _next(id);
}
-
if (q.timeout) {
// q.timer = L.later(q.timeout, q, _timeout, id);
q.timer = setTimeout(function() {
@@ -3226,7 +3209,6 @@ Y.Get = function() {
h.appendChild(n);
}
-
// FireFox does not support the onload event for link nodes, so
// there is no way to make the css requests synchronous. This means
// that the css rules in multiple files could be applied out of order
@@ -3654,8 +3636,6 @@ Y.Get = function() {
};
}();
-
-
}, '3.3.0' ,{requires:['yui-base']});
YUI.add('features', function(Y) {
@@ -3801,7 +3781,6 @@ add('load', '5', {
"trigger": "history-hash"
});
-
}, '3.3.0' ,{requires:['yui-base']});
YUI.add('rls', function(Y) {
@@ -3861,8 +3840,6 @@ Y._rls = function(what) {
return url;
};
-
-
}, '3.3.0' ,{requires:['get','features']});
YUI.add('intl-base', function(Y) {
@@ -3950,7 +3927,6 @@ Y.mix(Y.namespace('Intl'), {
}
});
-
}, '3.3.0' ,{requires:['yui-base']});
YUI.add('yui-log', function(Y) {
@@ -4056,7 +4032,6 @@ INSTANCE.message = function() {
return INSTANCE.log.apply(INSTANCE, arguments);
};
-
}, '3.3.0' ,{requires:['yui-base']});
YUI.add('yui-later', function(Y) {
@@ -4119,8 +4094,6 @@ Y.later = function(when, o, fn, data, periodic) {
Y.Lang.later = Y.later;
-
-
}, '3.3.0' ,{requires:['yui-base']});
YUI.add('yui-throttle', function(Y) {
@@ -4162,9 +4135,7 @@ Y.throttle = function(fn, ms) {
});
};
-
}, '3.3.0' ,{requires:['yui-base']});
-
YUI.add('yui', function(Y){}, '3.3.0' ,{use:['yui-base','get','features','rls','intl-base','yui-log','yui-later','yui-throttle']});