Fix comment for bootstrap in application.js

This commit is contained in:
Sebastian Serth
2022-08-13 00:38:07 +02:00
parent 6dd64b2a74
commit 3ffff77fd1

View File

@ -16,7 +16,7 @@ import 'jstree';
import 'underscore';
import 'd3';
import '@sentry/browser';
window.bootstrap = bootstrap; // Publish underscore's `_` in global namespace
window.bootstrap = bootstrap; // Publish bootstrap in global namespace
window._ = _; // Publish underscore's `_` in global namespace
window.d3 = d3; // Publish d3 in global namespace
window.Sentry = Sentry; // Publish sentry in global namespace