load-tests.js revision ae0acbc28a5e36314d44af9ffa26ca678e545756
/* This file is auto-generated by src/loader/meta_join.py */
var add = Y.Features.add;
// 0
add('load', '0', {
"trigger": "node-base",
"ua": "ie"
});
// history-hash-ie-test.js
add('load', '1', {
"test": function (Y) {
var docMode = Y.config.doc.documentMode;
return Y.UA.ie && (!('onhashchange' in Y.config.win) ||
!docMode || docMode < 8);
},
"trigger": "history-hash"
});
// dd-gestures-test.js
add('load', '2', {
"test": function(Y) {
return (Y.config.win && ('ontouchstart' in Y.config.win && !Y.UA.chrome));
},
"trigger": "dd-drag"
});