Skip to content

Commit

Permalink
correct typo and prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Dec 2, 2024
1 parent e8a06fe commit b97eb43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ export class JsonEditor2Component implements OnInit, OnDestroy, AfterViewInit {
}

ngAfterViewInit() {
this.initalizeEditor();
this.initializeEditor();
this.initRan = true;
}

initalizeEditor() {
initializeEditor() {
if (!this.jsonEditorContainer.nativeElement) {
console.error("Can't find the ElementRef reference for jsoneditor)");
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>4.6.1-SNAPSHOT</revision>
<revision>4.6.1</revision>
<c8y.version>1020.127.0</c8y.version>
<lombok.version>1.18.34</lombok.version>
<slf4j.version>1.7.36</slf4j.version>
Expand Down

0 comments on commit b97eb43

Please sign in to comment.