Skip to content

Commit

Permalink
Remove now unused feature check in browser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tiff committed Jul 8, 2012
1 parent 308c752 commit 36d1fc1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,6 @@ wysihtml5.browser = (function() {
return "getSelection" in window && "modify" in window.getSelection();
},

/**
* Whether the browser supports the classList object for fast className manipulation
* See https://developer.mozilla.org/en/DOM/element.classList
*/
supportsClassList: function() {
return "classList" in testElement;
},

/**
* Opera needs a white space after a <br> in order to position the caret correctly
*/
Expand Down

0 comments on commit 36d1fc1

Please sign in to comment.