Skip to content

Commit 84a8767

Browse files
committed
remove dead code
1 parent e2fb2ed commit 84a8767

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

reader/reader.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ function startReaderView(article) {
6969
window.location = url;
7070
});
7171

72-
//make findinpage search the sandboxed iframe and not the parent window
73-
74-
window.find = function () {
75-
rframe.contentWindow.find.apply(rframe.contentWindow, arguments);
76-
};
77-
7872
}
7973

8074
//iframe hack to securely parse the document

0 commit comments

Comments
 (0)