Skip to content

Commit

Permalink
fix: charset name to correct
Browse files Browse the repository at this point in the history
fix: charset name to correct
  • Loading branch information
Viktor Chaptsev authored Aug 7, 2019
2 parents 15a1021 + 9a70144 commit 90b3f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function loadScript (callback, scriptSrc=config.scriptSrc) {
const script = document.createElement('script')

script.async = true
script.charset = 'utf8'
script.charset = 'utf-8'
script.src = scriptSrc

head.appendChild(script)
Expand Down

0 comments on commit 90b3f49

Please sign in to comment.