Skip to content

Commit

Permalink
Merge branch 'master' into support/fix-overencode
Browse files Browse the repository at this point in the history
  • Loading branch information
forresto committed Mar 16, 2016
2 parents 74257c7 + c20a2d4 commit 96a570b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class CEd {
for (var i=0; i<modes.length;i++) {
let option = document.createElement('option')
option.value = modes[i]
option.innerText = modes[i]
option.textContent = modes[i]
this.selector.appendChild(option)
}
}
Expand Down

0 comments on commit 96a570b

Please sign in to comment.