Skip to content

Commit

Permalink
Numeric value causes TypeError wikimedia#176
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirtishukla2004 committed Mar 14, 2023
1 parent 9757e71 commit 190d55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@

return this.each(function () {
var $this = $(this),
messageKey = $this.data("i18n") + " ",
messageKey = $this.data("i18n") +' ',
lBracket,
rBracket,
type,
Expand Down

0 comments on commit 190d55f

Please sign in to comment.