From 9b74d624c1b248f81771082c7adc1bab3ae670d6 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 2 Nov 2010 19:00:05 +0000 Subject: Fix bug when using with webkit --- readable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readable.js') diff --git a/readable.js b/readable.js index a4640c9..6e6a489 100755 --- a/readable.js +++ b/readable.js @@ -22,7 +22,7 @@ function readable() /* if we're running from a browser extension, rather than a page */ if(document == undefined) - var document = window.content.document; + document = window.content.document; /* if readable_original is set, then the readable version is currently active, * so switch to the readable_original html */ -- cgit v1.2.3