@qualweb/qw-element
Advanced tools
Comparing version 0.1.20 to 0.1.21
@@ -146,2 +146,3 @@ "use strict"; | ||
this.element.removeAttribute('_cssRules'); | ||
this.element.removeAttribute('_selector'); | ||
let result; | ||
@@ -148,0 +149,0 @@ if (fullElement) { |
{ | ||
"name": "@qualweb/qw-element", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"description": "Utilities module for qualweb", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -165,2 +165,4 @@ class QWElement { | ||
this.element.removeAttribute('_cssRules'); | ||
this.element.removeAttribute('_selector'); | ||
let result; | ||
@@ -167,0 +169,0 @@ if (fullElement) { |
Sorry, the diff of this file is not supported yet
36377
841