Fix comment for bootstrap in application.js
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user