mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 07:00:26 +01:00
ESLint hint about 'M' being global (MaterializeCSS)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* global M */
|
||||
|
||||
var options = {};
|
||||
var elem = document.querySelector(".sidenav");
|
||||
var instance = M.Sidenav.init(elem, options);
|
||||
|
||||
Reference in New Issue
Block a user