Skip to content

Commit

Permalink
Added @Attribute & more
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Mar 6, 2024
1 parent 865da29 commit 4f37ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdomjs",
"version": "3.1.0",
"version": "3.1.1",
"description": "A wrapper for query selector and html elements",
"main": "index.js",

Expand Down
2 changes: 1 addition & 1 deletion src/JDOMComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default class JDOMComponent extends HTMLElement {
/**
* @return {string|undefined}
*/
style() {
styles() {
return undefined
}
}

0 comments on commit 4f37ee7

Please sign in to comment.