summaryrefslogtreecommitdiff
path: root/src/view
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-06 00:51:38 +0200
committerAlon Levy <alon@pobox.com>2014-12-06 09:04:42 +0200
commit0c5c2177c4cf69e0af1eb15b8042daef7083407e (patch)
tree32f56889e2ff9d71623bec154cc45f01c05f3ce6 /src/view
parentdb0c31c980c6f247ee8a9712459be3490c6b3aa0 (diff)
datepicker is part of jquery-ui, not required as a separate file
Diffstat (limited to 'src/view')
-rw-r--r--src/view/node_info.js4
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 = '';