##// END OF EJS Templates
s/widget.js/init.js
Jonathan Frederic -
Show More
@@ -15,7 +15,7
15 // which make both this file fail at setting marked configuration, and textcell.js
15 // which make both this file fail at setting marked configuration, and textcell.js
16 // which search marked into global.
16 // which search marked into global.
17 require(['components/marked/lib/marked',
17 require(['components/marked/lib/marked',
18 'notebook/js/widgets/basic_widgets'],
18 'notebook/js/widgets/init'],
19
19
20 function (marked) {
20 function (marked) {
21
21
1 NO CONTENT: file renamed from IPython/html/static/notebook/js/widgets/widget.js to IPython/html/static/notebook/js/widgets/init.js
NO CONTENT: file renamed from IPython/html/static/notebook/js/widgets/widget.js to IPython/html/static/notebook/js/widgets/init.js
General Comments 0
You need to be logged in to leave comments. Login now