remove var

This commit is contained in:
Cameron 2020-07-10 18:09:02 +01:00
parent d07a0aa3a9
commit b4e43f2436
3 changed files with 62 additions and 63 deletions

View file

@ -1,4 +1,4 @@
var ProgramCellPrototype = Object.create(HTMLButtonElement.prototype);
const ProgramCellPrototype = Object.create(HTMLButtonElement.prototype);
ProgramCellPrototype.detachedCallback = function () {
this.posLeft = null;