Corrected line over 80 character mark
parent
0ea6df4c9e
commit
c29d3a15d7
|
@ -123,8 +123,8 @@ while ( check_i-- )
|
||||||
|
|
||||||
assert.ok(
|
assert.ok(
|
||||||
( item instanceof Function ),
|
( item instanceof Function ),
|
||||||
"propCopy() parser function overrides can invoke default functionality " +
|
"propCopy() parser function overrides can invoke default " +
|
||||||
"[" + check_i + "]"
|
"functionality [" + check_i + "]"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue