Skip to content

Commit

Permalink
selection: remove deprecated API
Browse files Browse the repository at this point in the history
  • Loading branch information
wkeese committed May 10, 2013
1 parent efbb59c commit d3a8cf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ define([
// nochangefocus: Boolean
// Boolean indicating if the focus should be changed. IE only.
var range;
element = dom.byId(element); // TODO: remove for 2.0 or sooner, spec listed above doesn't allow for string
if(doc.getSelection){
// W3C path
var selection = doc.getSelection();
Expand Down

0 comments on commit d3a8cf7

Please sign in to comment.