mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
remove unused dateformat
we are using moment.js for dates now
This commit is contained in:
parent
272efe37be
commit
a060056e36
@ -25,7 +25,6 @@
|
|||||||
jquery: 'components/jquery/jquery.min',
|
jquery: 'components/jquery/jquery.min',
|
||||||
bootstrap: 'components/bootstrap/js/bootstrap.min',
|
bootstrap: 'components/bootstrap/js/bootstrap.min',
|
||||||
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
|
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
|
||||||
dateformat: 'dateformat/date.format',
|
|
||||||
jqueryui: 'components/jquery-ui/ui/minified/jquery-ui.min',
|
jqueryui: 'components/jquery-ui/ui/minified/jquery-ui.min',
|
||||||
highlight: 'components/highlight.js/build/highlight.pack',
|
highlight: 'components/highlight.js/build/highlight.pack',
|
||||||
moment: "components/moment/moment",
|
moment: "components/moment/moment",
|
||||||
@ -46,9 +45,6 @@
|
|||||||
deps: ["bootstrap"],
|
deps: ["bootstrap"],
|
||||||
exports: "Tour"
|
exports: "Tour"
|
||||||
},
|
},
|
||||||
dateformat: {
|
|
||||||
exports: "dateFormat"
|
|
||||||
},
|
|
||||||
jqueryui: {
|
jqueryui: {
|
||||||
deps: ["jquery"],
|
deps: ["jquery"],
|
||||||
exports: "$"
|
exports: "$"
|
||||||
|
Loading…
Reference in New Issue
Block a user