Fix MAX_PRETTY_PRINT_CHARS default jsdoc in source code too

This commit is contained in:
Steve Gravrock
2026-01-19 14:58:15 -08:00
parent 929694310e
commit 1d0718dc2f
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ getJasmineRequireObj().base = function(j$, jasmineGlobal) {
* Maximum number of characters to display when pretty printing objects. * Maximum number of characters to display when pretty printing objects.
* Characters past this number will be ellipised. * Characters past this number will be ellipised.
* @name jasmine.MAX_PRETTY_PRINT_CHARS * @name jasmine.MAX_PRETTY_PRINT_CHARS
* @default 100 * @default 1000
* @since 2.9.0 * @since 2.9.0
*/ */
j$.MAX_PRETTY_PRINT_CHARS = 1000; j$.MAX_PRETTY_PRINT_CHARS = 1000;

View File

@@ -22,7 +22,7 @@ getJasmineRequireObj().base = function(j$, jasmineGlobal) {
* Maximum number of characters to display when pretty printing objects. * Maximum number of characters to display when pretty printing objects.
* Characters past this number will be ellipised. * Characters past this number will be ellipised.
* @name jasmine.MAX_PRETTY_PRINT_CHARS * @name jasmine.MAX_PRETTY_PRINT_CHARS
* @default 100 * @default 1000
* @since 2.9.0 * @since 2.9.0
*/ */
j$.MAX_PRETTY_PRINT_CHARS = 1000; j$.MAX_PRETTY_PRINT_CHARS = 1000;