diff options
Diffstat (limited to 'ui/datepicker.js')
-rw-r--r-- | ui/datepicker.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/datepicker.js b/ui/datepicker.js index cf63cbb20..372d87c60 100644 --- a/ui/datepicker.js +++ b/ui/datepicker.js @@ -22,7 +22,8 @@ // AMD. Register as an anonymous module. define([ "jquery", - "./core" + "./core", + "./version" ], factory ); } else { |