Fixed static_url call which is no longer optionally 1 param

Jonathan Frederic 12 years ago committed by Jonathan Frederic
parent 3a05f7e145
commit 8891750535

@ -22,8 +22,8 @@
baseUrl: '{{static_url("")}}',
paths: {
nbextensions : '{{ base_project_url }}nbextensions',
underscore : '{{static_url()}}components/underscore/underscore-min',
backbone : '{{static_url()}}components/backbone/backbone-min',
underscore : '{{static_url("components/underscore/underscore-min")}}',
backbone : '{{static_url("components/backbone/backbone-min")}}',
},
shim: {
underscore: {

Loading…
Cancel
Save