Add jshit options for editor

This commit is contained in:
Adam Goldsmith 2017-10-11 22:52:30 -04:00
parent fe1d2ecd4a
commit 4193ae14c9
1 changed files with 4 additions and 0 deletions

View File

@ -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];