]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/bootstrap.js
more classification
[alttp.git] / resources / js / bootstrap.js
index 453ad728ef895d5d7cb83180d25ce982934e4a35..cffa4cb5770b27615eb910c235faa0132b7943dc 100644 (file)
@@ -2,7 +2,9 @@ window._ = require('lodash');
 
 try {
     require('bootstrap');
-} catch (e) {}
+} catch (e) {
+       // well...
+}
 
 /**
  * We'll load the axios HTTP library which allows us to easily issue requests