Cross Reference: history-hash-ie-test.js
xref
: /
yui3
/
src
/
history
/
meta
/
history-hash-ie-test.js
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
function
(Y) {
var
docMode
= Y.
config
.
doc
&& Y.
config
.
doc
.
documentMode
;
return
Y.
UA
.
ie
&& (!(
'onhashchange'
in
Y.
config
.
win
) ||
!
docMode
||
docMode
<
8
);
}