diff options
author | Richard Worth <rdworth@gmail.com> | 2008-11-12 03:21:37 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-11-12 03:21:37 +0000 |
commit | 657d31adaa9fb4fa94ab1bbc9581ae38ba1442eb (patch) | |
tree | 709814f1cccaa0788a4dbe7f56da5346e5fdede1 /ui/ui.datepicker.js | |
parent | a098aeeb75cd6d56650ce3088891225e53e1cd6e (diff) | |
download | jquery-ui-657d31adaa9fb4fa94ab1bbc9581ae38ba1442eb.tar.gz jquery-ui-657d31adaa9fb4fa94ab1bbc9581ae38ba1442eb.zip |
datepicker: added $.ui.datepicker.version
Diffstat (limited to 'ui/ui.datepicker.js')
-rw-r--r-- | ui/ui.datepicker.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js index 573e18d65..0c5d09e10 100644 --- a/ui/ui.datepicker.js +++ b/ui/ui.datepicker.js @@ -15,6 +15,8 @@ (function($) { // hide the namespace +$.extend($.ui, { datepicker: { version: "@VERSION" } }); + var PROP_NAME = 'datepicker'; /* Date picker manager. |