Skip to content

Commit

Permalink
don't need decode
Browse files Browse the repository at this point in the history
dummy el.textContent works
  • Loading branch information
forresto committed Mar 16, 2016
1 parent 96a570b commit 800d7f0
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
@@ -1,4 +1,4 @@
import {encode, decode} from 'he'
import {encode} from 'he'
encode.options.useNamedReferences = true

import * as CodeMirror from 'codemirror'
Expand Down

0 comments on commit 800d7f0

Please sign in to comment.