fixes flacky test: "$ is undefined"

This commit is contained in:
kikito
2016-04-13 14:13:30 +02:00
parent 6f32b3a428
commit 89d269e4f5

View File

@@ -1,3 +1,5 @@
document.addEventListener("DOMContentLoaded", function() {
if (typeof $ !== 'undefined') {
$.fx.off = true;
}
});