mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
datepicker: added $.ui.datepicker.version
This commit is contained in:
parent
a098aeeb75
commit
657d31adaa
@ -15,6 +15,8 @@
|
||||
|
||||
(function($) { // hide the namespace
|
||||
|
||||
$.extend($.ui, { datepicker: { version: "@VERSION" } });
|
||||
|
||||
var PROP_NAME = 'datepicker';
|
||||
|
||||
/* Date picker manager.
|
||||
|
Loading…
Reference in New Issue
Block a user