Skip to content

Commit

Permalink
TextareaDecorator neutralizes textContent/innerText
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Kuebler committed Nov 15, 2012
1 parent 39efd2f commit 266ba05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Editor( lexer, stage ){
contextLayer.style.zIndex = 0;
if( target && target.parentNode === display.output ){
// get info on the target
var text = target.textContent || target.innerText,
var text = target.textContent,
type = target.className;
return {
'Lookup Type':
Expand Down

0 comments on commit 266ba05

Please sign in to comment.