From 84a8767434e4e01088345df54b6f6198b1b25a55 Mon Sep 17 00:00:00 2001 From: PalmerAL Date: Sun, 1 May 2016 15:41:16 -0500 Subject: [PATCH] remove dead code --- reader/reader.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/reader/reader.js b/reader/reader.js index c5b939fb2..4470d8912 100644 --- a/reader/reader.js +++ b/reader/reader.js @@ -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