Added window in isHistoryApiSupported definition
This commit is contained in:
parent
d123cd9551
commit
51796e477b
|
@ -10,7 +10,7 @@ window.shower = window.shower || (function(window, document, undefined) {
|
|||
slides = [],
|
||||
progress = [],
|
||||
timer,
|
||||
isHistoryApiSupported = !!(window.history && history.pushState);
|
||||
isHistoryApiSupported = !!(window.history && window.history.pushState);
|
||||
|
||||
|
||||
function Slide(opts) {
|
||||
|
|
Loading…
Reference in New Issue