Skip to content

Commit

Permalink
disable feature detection, still reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed May 31, 2010
1 parent 7142fbd commit c6b92c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wysihat/editor.js
Expand Up @@ -30,7 +30,7 @@ WysiHat.Editor = {
textarea.insert({before: editArea}); textarea.insert({before: editArea});
textarea.hide(); textarea.hide();


WysiHat.BrowserFeatures.run() // WysiHat.BrowserFeatures.run()


return editArea; return editArea;
} }
Expand Down

0 comments on commit c6b92c1

Please sign in to comment.