From 5cd07bfe847ebb14a21f7c3f9a24ac94368597ec Mon Sep 17 00:00:00 2001 From: Prateek Date: Fri, 30 May 2014 14:31:20 +0530 Subject: [PATCH] Making default options modifiable Storing default options in global object, so that any one can access or modify it easily using jQuery's "$.extend()" method. --- jquery.datetimepicker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery.datetimepicker.js b/jquery.datetimepicker.js index 831d6f1..26cef44 100644 --- a/jquery.datetimepicker.js +++ b/jquery.datetimepicker.js @@ -1318,6 +1318,7 @@ } }); }; + $.fn.datetimepicker.defaults = default_options; })( jQuery ); /*