Closed NYPD closed 7 years ago
var hasSimpleFileHash = this.getAttribute('data-simple-file-hash') !== undefined;
There is no this, should be the var element instead.
this
element
Although we cant test a file using mocha fully, at least make sure the initial value gets stored
There is no
this
, should be the varelement
instead.