base.js requires jquery.smoothScroll

This commit is contained in:
David Baumgold
2013-10-07 16:37:05 -04:00
parent c820ca4888
commit d29cc4776e

View File

@@ -1,5 +1,5 @@
require(["jquery", "underscore", "gettext", "js/views/feedback_notification", "js/views/feedback_prompt",
"jquery.ui", "jquery.timepicker", "jquery.leanModal", "jquery.form"],
"jquery.ui", "jquery.timepicker", "jquery.leanModal", "jquery.form", "jquery.smoothScroll"],
function($, _, gettext, NotificationView, PromptView) {
var $body;