mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Fix typo.
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
test.finish = function() {
|
test.finish = function() {
|
||||||
var index = -1,
|
var index = -1,
|
||||||
asserts = this.assertions,
|
asserts = this.assertions,
|
||||||
length = assertions.length;
|
length = asserts.length;
|
||||||
|
|
||||||
while (++index < length) {
|
while (++index < length) {
|
||||||
var assert = asserts[index],
|
var assert = asserts[index],
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
test.finish = function() {
|
test.finish = function() {
|
||||||
var index = -1,
|
var index = -1,
|
||||||
asserts = this.assertions,
|
asserts = this.assertions,
|
||||||
length = assertions.length;
|
length = asserts.length;
|
||||||
|
|
||||||
while (++index < length) {
|
while (++index < length) {
|
||||||
var assert = asserts[index],
|
var assert = asserts[index],
|
||||||
|
|||||||
Reference in New Issue
Block a user