Add jshint header for playfield.js

This commit is contained in:
Adam Goldsmith 2017-10-02 03:35:35 -04:00
parent c15494049d
commit d43804896d

View File

@ -1,3 +1,8 @@
//jshint browser:true
//jshint esversion:6
//jshint latedef:nofunc
/* globals interact:true */
let deckName, deckNum, deckJSON, cardCount, deckWidth, deckHeight,
piles = {'deck': [], discard: []};