1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

ESLint hint about 'M' being global (MaterializeCSS)

This commit is contained in:
2018-05-25 16:17:29 +02:00
parent 7874002fef
commit c82e3a02d4

View File

@@ -1,3 +1,5 @@
/* global M */
var options = {};
var elem = document.querySelector(".sidenav");
var instance = M.Sidenav.init(elem, options);