mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Removes unnecessary period at end of comment
This commit is contained in:
parent
f3b2ab6a45
commit
cebea5b6f6
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
<script>
|
<script>
|
||||||
// See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
|
// See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
|
||||||
var log = []
|
var log = []
|
||||||
// Require assert.expect in each test.
|
// Require assert.expect in each test
|
||||||
QUnit.config.requireExpects = true
|
QUnit.config.requireExpects = true
|
||||||
QUnit.done(function (testResults) {
|
QUnit.done(function (testResults) {
|
||||||
var tests = []
|
var tests = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue