2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00
Chris Rebert
2015-02-25 23:26:26 -08:00
parent 3bb05b5fbb
commit 4ff9c54cdd
+2 -2
View File
@@ -43,12 +43,12 @@
QUnit.testStart(function (testDetails) { QUnit.testStart(function (testDetails) {
$(window).scrollTop(0) $(window).scrollTop(0)
QUnit.log = function (details) { QUnit.log(function (details) {
if (!details.result) { if (!details.result) {
details.name = testDetails.name details.name = testDetails.name
log.push(details) log.push(details)
} }
} })
}) })
// Cleanup // Cleanup