Merge pull request #1241 from edx/db/base-js-smoothscroll

base.js requires jquery.smoothScroll
This commit is contained in:
David Baumgold
2013-10-07 13:48:16 -07:00

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;