mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 19:45:12 +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