Add jshint header for playfield.js
This commit is contained in:
parent
c15494049d
commit
d43804896d
@ -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: []};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user