mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
renamed: widget.js -> widgetmanager.js
This commit is contained in:
parent
3d7557b740
commit
d7c0498b13
@ -14,7 +14,7 @@
|
|||||||
* @namespace IPython
|
* @namespace IPython
|
||||||
**/
|
**/
|
||||||
|
|
||||||
define(["notebook/js/widget",
|
define(["notebook/js/widgetmanager",
|
||||||
"components/underscore/underscore-min",
|
"components/underscore/underscore-min",
|
||||||
"components/backbone/backbone-min"],
|
"components/backbone/backbone-min"],
|
||||||
function(widget_manager, underscore, backbone){
|
function(widget_manager, underscore, backbone){
|
||||||
|
Loading…
Reference in New Issue
Block a user