1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Fix bottest.

This commit is contained in:
Brendan Dahl 2012-04-19 12:54:53 -07:00
parent 5f17d881a9
commit eea1d9086b

View file

@ -368,9 +368,8 @@ target.test = function() {
// (Special tests for the Github bot)
//
target.bottest = function() {
target.unittest();
target.browsertest({noreftest: true}, function() {
target.browsertest();
target.unittest({}, function() {
target.browsertest({noreftest: true});
});
};