From 6c43946f8ad8490b624c253c32436f7e32ce5475 Mon Sep 17 00:00:00 2001 From: Theodore Brown Date: Mon, 4 May 2015 23:34:24 -0500 Subject: [PATCH] Add missing semicolons to tests --- jquery.pickadate/jquery.pickadate-tests.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jquery.pickadate/jquery.pickadate-tests.ts b/jquery.pickadate/jquery.pickadate-tests.ts index 3bd3f0721..d47dc3b58 100644 --- a/jquery.pickadate/jquery.pickadate-tests.ts +++ b/jquery.pickadate/jquery.pickadate-tests.ts @@ -209,12 +209,12 @@ $('.timepicker').pickatime(); // Extend the default picker options for all instances. $.extend($.fn.pickatime.defaults, { clear: 'Effacer' -}) +}); // Or, pass the months and weekdays as an array for each invocation. $('.timepicker').pickatime({ clear: 'Effacer' -}) +}); // Change the text or hide the button completely by passing a false-y value $('.timepicker').pickatime({ @@ -431,7 +431,7 @@ picker.set({ // Muted callbacks // One at a time -picker.set('disable', 'flip', { muted: true }) +picker.set('disable', 'flip', { muted: true }); // Multiple at once picker.set({