From 0c5c2177c4cf69e0af1eb15b8042daef7083407e Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 6 Dec 2014 00:51:38 +0200 Subject: datepicker is part of jquery-ui, not required as a separate file --- src/app.js | 1 - src/view/node_info.js | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/app.js b/src/app.js index bcb2c371..39acdde7 100644 --- a/src/app.js +++ b/src/app.js @@ -9,7 +9,6 @@ caret: lib_path + 'caret', autocomplete: lib_path + 'autocomplete', Bacon: lib_path + 'Bacon', - datepicker: lib_path + 'datepicker', } } 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 = ''; -- cgit v1.3.1