Don't need the classname

This commit is contained in:
Jiiks 2018-03-08 11:18:21 +02:00
parent 0154a7e97b
commit 8bda3e9b4d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class Reflection {
}
export default function (node) {
return new class Reflect {
return new class {
constructor(node) {
if ('string' === typeof node) node = document.querySelector(node);
this.node = this.el = this.element = node;