| Index: Source/web/resources/calendarPicker.js
|
| diff --git a/Source/web/resources/calendarPicker.js b/Source/web/resources/calendarPicker.js
|
| index e1c01770dc99f637ad72646dd1b3a31f75c35b78..a41876881e6622c5cd5131335dd1940a4b0c61e6 100644
|
| --- a/Source/web/resources/calendarPicker.js
|
| +++ b/Source/web/resources/calendarPicker.js
|
| @@ -65,7 +65,7 @@ var global = {
|
| // Utility functions
|
|
|
| /**
|
| - * @return {!bool}
|
| + * @return {!boolean}
|
| */
|
| function hasInaccuratePointingDevice() {
|
| return matchMedia("(pointer: coarse)").matches;
|
| @@ -4038,7 +4038,7 @@ CalendarPicker.prototype.onBodyKeyDown = function(event) {
|
| event.stopPropagation();
|
| event.preventDefault();
|
| }
|
| -}
|
| +};
|
|
|
| if (window.dialogArguments) {
|
| initialize(dialogArguments);
|
|
|