Skip to content

Commit 6549485

Browse files
author
amirrpp
committed
fix error
1 parent 24718eb commit 6549485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/4-data-structures/10-arguments-pseudoarray

1-js/4-data-structures/10-arguments-pseudoarray/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ function showWarning(options) {
359359
var width = options.width || 200; // по умолчанию
360360
var height = options.height || 100;
361361

362-
var title = options.title || "Предупреждение";
362+
var contents = options.contents || "Предупреждение";
363363

364364
// ...
365365
}

0 commit comments

Comments
 (0)