s/widget.js/init.js

This commit is contained in:
Jonathan Frederic 2014-01-07 15:04:39 -08:00 committed by Jonathan Frederic
parent 5b388df615
commit 5a3665d9ed
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// which make both this file fail at setting marked configuration, and textcell.js
// which search marked into global.
require(['components/marked/lib/marked',
'notebook/js/widgets/basic_widgets'],
'notebook/js/widgets/init'],
function (marked) {