Wrap after

This commit is contained in:
Nikolai Onken 2015-08-06 10:59:26 +00:00
parent e31ff50df7
commit 01d733ee92

View File

@ -185,10 +185,12 @@ require([
});
});
after(function(done) {
document.body.style.marginBottom = "";
done();
});
if (!onload.remain) {
after(function(done) {
document.body.style.marginBottom = "";
done();
});
}
});
onload && onload();