diff --git a/js/editor.js b/js/editor.js index c610593..0b79e51 100644 --- a/js/editor.js +++ b/js/editor.js @@ -1,3 +1,7 @@ +//jshint browser:true +//jshint esversion:6 +//jshint latedef:nofunc + let deckJSON, template; let selected; let deckName = window.location.pathname.split('/')[2];