diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-06 00:51:38 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-06 09:04:42 +0200 |
| commit | 0c5c2177c4cf69e0af1eb15b8042daef7083407e (patch) | |
| tree | 32f56889e2ff9d71623bec154cc45f01c05f3ce6 /src/view/node_info.js | |
| parent | db0c31c980c6f247ee8a9712459be3490c6b3aa0 (diff) | |
datepicker is part of jquery-ui, not required as a separate file
Diffstat (limited to 'src/view/node_info.js')
| -rw-r--r-- | src/view/node_info.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/node_info.js b/src/view/node_info.js index 55d7ac72..cd72ec79 100644 --- a/src/view/node_info.js +++ b/src/view/node_info.js @@ -1,5 +1,5 @@ -define(['jquery', 'datepicker', 'view/helpers', 'view/internal'], -function($, _unused_datepicker, view_helpers, internal) { +define(['jquery', 'jquery-ui', 'view/helpers', 'view/internal'], +function($, _unused_jquery_ui, view_helpers, internal) { function show(d) { var editURL = ''; |
