From 50076b571da522cf6d2cb92c28519694727e9c31 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 31 May 2011 22:52:44 +0200 Subject: Fix hashchange event on IE8 compatibility mode Stupid IE8 in compatibility mode or in IE7 mode returns true for `('onhashchange' in window)`, but does not support hashchange event. Closes #353 --- regression/issue-353.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 regression/issue-353.html (limited to 'regression') diff --git a/regression/issue-353.html b/regression/issue-353.html new file mode 100644 index 00000000..8410adf4 --- /dev/null +++ b/regression/issue-353.html @@ -0,0 +1,18 @@ + + + + +
+ test + test + + -- cgit v1.2.3