aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/datepicker.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/visual/datepicker.html')
-rw-r--r--tests/visual/datepicker.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/datepicker.html b/tests/visual/datepicker.html
index 8b51b4c13..214c2c8e5 100644
--- a/tests/visual/datepicker.html
+++ b/tests/visual/datepicker.html
@@ -11,7 +11,7 @@
$(function() {
$('#d1').datepicker();
$('#d2').datepicker({numberOfMonths: 3, showButtonPanel: true});
- $('#inl').datepicker({changeFirstDay: true});
+ $('#inl').datepicker();
});
</script>
</head>