load-tests.js revision ecb5afa174d5d149d150cff148f0a591355e0eb3
/* This file is auto-generated by src/loader/meta_join.py */
"name": "autocomplete-list-keys",
"test": function (Y) {
// Only add keyboard support to autocomplete-list if this doesn't appear to
// be an iOS or Android-based mobile device.
//
// There's currently no feasible way to actually detect whether a device has
// a hardware keyboard, so this sniff will have to do. It can easily be
// overridden by manually loading the autocomplete-list-keys module.
//
// Worth noting: even though iOS supports bluetooth keyboards, Mobile Safari
// doesn't fire the keyboard events used by AutoCompleteList, so there's
// no point loading the -keys module even when a bluetooth keyboard may be
// available.
},
"trigger": "autocomplete-list"
});
"name": "dom-style-ie",
"test": function (Y) {
DOCUMENT_ELEMENT = 'documentElement',
ret = false;
test: function() {
}
});
test: function() {
}
});
return ret;
},
"trigger": "dom-style"
});
// 0
"name": "widget-base-ie",
"trigger": "widget-base",
"ua": "ie"
});
"name": "event-base-ie",
"test": function(Y) {
},
"trigger": "node-base"
});
"name": "dd-gestures",
"test": function(Y) {
},
"trigger": "dd-drag"
});
"name": "history-hash-ie",
"test": function (Y) {
},
"trigger": "history-hash"
});