Sha256: 59becae1ffadb96fc9ebf3fa733c74e5b84788d0123de88269b588043413356d
Contents?: true
Size: 306 Bytes
Versions: 11
Compression:
Stored size: 306 Bytes
Contents
// used by the tasklist component if(typeof window.GOVUK === 'undefined'){ window.GOVUK = {}; } if(typeof window.GOVUK.support === 'undefined'){ window.GOVUK.support = {}; } window.GOVUK.support.history = function() { return window.history && window.history.pushState && window.history.replaceState; }
Version data entries
11 entries across 11 versions & 1 rubygems