Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed May 1, 2016
1 parent e2fb2ed commit 84a8767
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions reader/reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ function startReaderView(article) {
window.location = url;
});

//make findinpage search the sandboxed iframe and not the parent window

window.find = function () {
rframe.contentWindow.find.apply(rframe.contentWindow, arguments);
};

}

//iframe hack to securely parse the document
Expand Down

0 comments on commit 84a8767

Please sign in to comment.