Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
akless committed Apr 23, 2024
1 parent dc82044 commit 2108f32
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lang/ccm.lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
else if ( this.ccm.helper.isElement( content ) )
return translateElement( content );
else if ( this.ccm.helper.isObject( content ))
return translateDataset();
return translateDataset( content );
else
return translateElement(this.parent.element);
}
Expand Down
2 changes: 1 addition & 1 deletion lang/ccm.lang.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lang/ccm.lang.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lang/versions/ccm.lang-1.2.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
else if ( this.ccm.helper.isElement( content ) )
return translateElement( content );
else if ( this.ccm.helper.isObject( content ))
return translateDataset();
return translateDataset( content );
else
return translateElement(this.parent.element);
}
Expand Down
Loading

0 comments on commit 2108f32

Please sign in to comment.