Feat: Game Rounds and Damage Log.
This commit is contained in:
@@ -141,7 +141,6 @@ export default class DOM {
|
||||
return returnVal;
|
||||
}
|
||||
static getElementAttributeValueCurrent(element) {
|
||||
// debugger;
|
||||
if (Validation.isEmpty(element)) return null;
|
||||
return element.getAttribute(attrValueCurrent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user