Add jshit options for editor

This commit is contained in:
Adam Goldsmith 2017-10-11 22:52:30 -04:00
parent fe1d2ecd4a
commit 4193ae14c9

View File

@ -1,3 +1,7 @@
//jshint browser:true
//jshint esversion:6
//jshint latedef:nofunc
let deckJSON, template; let deckJSON, template;
let selected; let selected;
let deckName = window.location.pathname.split('/')[2]; let deckName = window.location.pathname.split('/')[2];