Add jshit options for editor

This commit is contained in:
Adam Goldsmith 2017-10-11 22:52:30 -04:00
parent 32e6d5038f
commit 9b66833b8b

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